Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.h52 #define WMI_HT_CAP_LDPC 0x0040 macro
73 WMI_HT_CAP_LDPC)
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4996 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
8473 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath10k_mac_op_set_bitrate_mask()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c13069 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath12k_mac_op_set_bitrate_mask()