Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dmac.h49 #define WMI_HT_CAP_RX_STBC 0x0030 macro
71 WMI_HT_CAP_RX_STBC | \
Dmac.c4909 if (ar_ht_cap & WMI_HT_CAP_RX_STBC) { in ath11k_create_ht_cap()
4913 stbc &= WMI_HT_CAP_RX_STBC; in ath11k_create_ht_cap()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi.h2122 #define WMI_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */ macro
2136 WMI_HT_CAP_RX_STBC | \
Dmac.c4929 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4933 stbc &= WMI_HT_CAP_RX_STBC; in ath10k_get_ht_cap()