Lines Matching refs:ht_cap
166 if (!sta->ht_cap.ht_supported) in rs_mimo_allow()
193 if (!sta->ht_cap.ht_supported) in rs_siso_allow()
204 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_sgi_allow() local
207 if (is_ht20(rate) && (ht_cap->cap & in rs_sgi_allow()
210 if (is_ht40(rate) && (ht_cap->cap & in rs_sgi_allow()
2684 struct ieee80211_sta_ht_cap *ht_cap) in rs_ht_init() argument
2690 lq_sta->active_siso_rate = ht_cap->mcs.rx_mask[0] << 1; in rs_ht_init()
2691 lq_sta->active_siso_rate |= ht_cap->mcs.rx_mask[0] & 0x1; in rs_ht_init()
2695 lq_sta->active_mimo2_rate = ht_cap->mcs.rx_mask[1] << 1; in rs_ht_init()
2696 lq_sta->active_mimo2_rate |= ht_cap->mcs.rx_mask[1] & 0x1; in rs_ht_init()
2701 (ht_cap->cap & IEEE80211_HT_CAP_LDPC_CODING)) in rs_ht_init()
2706 (ht_cap->cap & IEEE80211_HT_CAP_RX_STBC)) in rs_ht_init()
2809 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in iwl_mvm_rs_rate_init() local
2849 rs_ht_init(mvm, sta, lq_sta, ht_cap); in iwl_mvm_rs_rate_init()