Home
last modified time | relevance | path

Searched refs:WMI_HT_CAP_RX_STBC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.h50 #define WMI_HT_CAP_RX_STBC 0x0030 macro
72 WMI_HT_CAP_RX_STBC | \
H A Dmac.c5420 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
5424 stbc &= WMI_HT_CAP_RX_STBC; in ath11k_create_ht_cap()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h100 #define WMI_HT_CAP_RX_STBC 0x0030 macro
122 WMI_HT_CAP_RX_STBC | \
H A Dmac.c4113 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath12k_create_ht_cap()
4117 stbc &= WMI_HT_CAP_RX_STBC; in ath12k_create_ht_cap()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2123 #define WMI_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */ macro
2137 WMI_HT_CAP_RX_STBC | \
H A Dmac.c4957 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4961 stbc &= WMI_HT_CAP_RX_STBC; in ath10k_get_ht_cap()