Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.h52 #define WMI_HT_CAP_LDPC 0x0040 macro
73 WMI_HT_CAP_LDPC)
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2125 #define WMI_HT_CAP_LDPC 0x0040 /* LDPC supported */ macro
2138 WMI_HT_CAP_LDPC)
H A Dmac.c4966 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
8438 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath10k_mac_op_set_bitrate_mask()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.h104 #define WMI_HT_CAP_LDPC 0x0040 macro
125 WMI_HT_CAP_LDPC)
H A Dmac.c10019 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath12k_mac_op_set_bitrate_mask()