Home
last modified time | relevance | path

Searched refs:IEEE80211_HT_CAP_RX_STBC (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/mac80211/
Dht.c180 ht_cap.cap &= ~IEEE80211_HT_CAP_RX_STBC; in ieee80211_ht_cap_ie_to_sta_ht_cap()
181 if (!(own_cap.cap & IEEE80211_HT_CAP_RX_STBC)) in ieee80211_ht_cap_ie_to_sta_ht_cap()
Drc80211_minstrel_ht.c1151 stbc = (sta_cap & IEEE80211_HT_CAP_RX_STBC) >> in minstrel_ht_update_caps()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h599 #define IEEE80211_HT_CAP_RX_STBC 0x0300 macro
/linux-4.4.14/include/linux/
Dieee80211.h1278 #define IEEE80211_HT_CAP_RX_STBC 0x0300 macro
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dfw.h223 #define GET_RXSTBC(x) (x & IEEE80211_HT_CAP_RX_STBC)
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c626 if (sta->ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in ath9k_htc_setup_rate()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c2138 if (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC) { in ath10k_peer_assoc_h_ht()
2139 stbc = ht_cap->cap & IEEE80211_HT_CAP_RX_STBC; in ath10k_peer_assoc_h_ht()
3875 stbc &= IEEE80211_HT_CAP_RX_STBC; in ath10k_get_ht_cap()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drs.c2924 (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC)) in rs_ht_init()
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c2388 band->ht_cap.cap |= IEEE80211_HT_CAP_RX_STBC; in mwl8k_set_ht_caps()