Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dmac.h49 #define WMI_HT_CAP_RX_STBC 0x0030 macro
71 WMI_HT_CAP_RX_STBC | \
A Dmac.c5013 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
5017 stbc &= WMI_HT_CAP_RX_STBC; in ath11k_create_ht_cap()
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dwmi.h100 #define WMI_HT_CAP_RX_STBC 0x0030 macro
122 WMI_HT_CAP_RX_STBC | \
A Dmac.c3815 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath12k_create_ht_cap()
3819 stbc &= WMI_HT_CAP_RX_STBC; in ath12k_create_ht_cap()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dwmi.h2122 #define WMI_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */ macro
2136 WMI_HT_CAP_RX_STBC | \
A Dmac.c4954 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4958 stbc &= WMI_HT_CAP_RX_STBC; in ath10k_get_ht_cap()

Completed in 95 milliseconds