Lines Matching refs:ht_capa

21 static void __check_htcap_disable(struct ieee80211_ht_cap *ht_capa,  in __check_htcap_disable()  argument
28 if (!(ht_capa->cap_info & le_flag)) in __check_htcap_disable()
33 static void __check_htcap_enable(struct ieee80211_ht_cap *ht_capa, in __check_htcap_enable() argument
41 (ht_capa->cap_info & le_flag)) in __check_htcap_enable()
48 struct ieee80211_ht_cap *ht_capa, *ht_capa_mask; in ieee80211_apply_htcap_overrides() local
57 ht_capa = &sdata->u.mgd.ht_capa; in ieee80211_apply_htcap_overrides()
61 ht_capa = &sdata->u.ibss.ht_capa; in ieee80211_apply_htcap_overrides()
69 scaps = (u8 *)(&ht_capa->mcs.rx_mask); in ieee80211_apply_htcap_overrides()
87 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
89 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
93 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
97 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
101 __check_htcap_disable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
105 __check_htcap_enable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
109 __check_htcap_enable(ht_capa, ht_capa_mask, ht_cap, in ieee80211_apply_htcap_overrides()
114 ht_cap->cap |= le16_to_cpu(ht_capa->cap_info) & in ieee80211_apply_htcap_overrides()
120 u8 n = ht_capa->ampdu_params_info & in ieee80211_apply_htcap_overrides()
129 u8 n = (ht_capa->ampdu_params_info & in ieee80211_apply_htcap_overrides()