Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dmac.h47 #define WMI_HT_CAP_TX_STBC 0x0008 macro
70 WMI_HT_CAP_TX_STBC | \
Dmac.c5420 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath11k_create_ht_cap()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dwmi.h98 #define WMI_HT_CAP_TX_STBC 0x0008 macro
121 WMI_HT_CAP_TX_STBC | \
Dmac.c4101 if (ar_ht_cap & WMI_HT_CAP_TX_STBC) in ath12k_create_ht_cap()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dwmi.h2120 #define WMI_HT_CAP_TX_STBC 0x0008 /* B3 TX STBC */ macro
2135 WMI_HT_CAP_TX_STBC | \
Dmac.c4953 if (ar->ht_cap_info & WMI_HT_CAP_TX_STBC && (ar->cfg_tx_chainmask > 1)) in ath10k_get_ht_cap()