Home
last modified time | relevance | path

Searched refs:WMI_HT_CAP_LDPC (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dmac.h51 #define WMI_HT_CAP_LDPC 0x0040 macro
72 WMI_HT_CAP_LDPC)
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dwmi.h102 #define WMI_HT_CAP_LDPC 0x0040 macro
123 WMI_HT_CAP_LDPC)
Dmac.c6633 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath12k_mac_op_set_bitrate_mask()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dwmi.h2124 #define WMI_HT_CAP_LDPC 0x0040 /* LDPC supported */ macro
2137 WMI_HT_CAP_LDPC)
Dmac.c4968 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
8422 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath10k_mac_op_set_bitrate_mask()