Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.h50 #define WMI_HT_CAP_LDPC 0x0040 macro
71 WMI_HT_CAP_LDPC)
Dmac.c5640 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath11k_mac_op_set_bitrate_mask()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.h2121 #define WMI_HT_CAP_LDPC 0x0040 /* LDPC supported */ macro
2134 WMI_HT_CAP_LDPC)
Dmac.c4773 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
8224 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath10k_mac_op_set_bitrate_mask()