Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dht.c113 if (ht_capa_mask->cap_info & cpu_to_le16(IEEE80211_HT_CAP_RX_STBC)) in ieee80211_apply_htcap_overrides()
115 IEEE80211_HT_CAP_RX_STBC; in ieee80211_apply_htcap_overrides()
190 ht_cap.cap &= ~IEEE80211_HT_CAP_RX_STBC; in ieee80211_ht_cap_ie_to_sta_ht_cap()
191 if (!(own_cap.cap & IEEE80211_HT_CAP_RX_STBC)) in ieee80211_ht_cap_ie_to_sta_ht_cap()
H A Dmain.c624 IEEE80211_HT_CAP_RX_STBC |
H A Drc80211_minstrel_ht.c1744 stbc = (ht_cap & IEEE80211_HT_CAP_RX_STBC) >> in minstrel_ht_update_caps()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c82 else if (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC) in rs_fw_get_config_flags()
H A Drs.c2822 (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC)) in rs_ht_init()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c623 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in ath9k_htc_setup_rate()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1415 if (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC) { in ath12k_peer_assoc_h_ht()
1416 stbc = ht_cap->cap & IEEE80211_HT_CAP_RX_STBC; in ath12k_peer_assoc_h_ht()
4120 stbc &= IEEE80211_HT_CAP_RX_STBC; in ath12k_create_ht_cap()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.c1221 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in rtw_update_sta_info()
/openbmc/linux/include/linux/
H A Dieee80211.h1728 #define IEEE80211_HT_CAP_RX_STBC 0x0300 macro
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1923 if (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC) { in ath11k_peer_assoc_h_ht()
1924 stbc = ht_cap->cap & IEEE80211_HT_CAP_RX_STBC; in ath11k_peer_assoc_h_ht()
5427 stbc &= IEEE80211_HT_CAP_RX_STBC; in ath11k_create_ht_cap()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2364 if (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC) { in ath10k_peer_assoc_h_ht()
2365 stbc = ht_cap->cap & IEEE80211_HT_CAP_RX_STBC; in ath10k_peer_assoc_h_ht()
4964 stbc &= IEEE80211_HT_CAP_RX_STBC; in ath10k_get_ht_cap()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1698 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in mt7996_mcu_sta_rate_ctrl_tlv()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1542 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in mt7915_mcu_sta_rate_ctrl_tlv()
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c2406 band->ht_cap.cap |= IEEE80211_HT_CAP_RX_STBC; in mwl8k_set_ht_caps()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c290 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in rtw89_phy_ra_sta_update()