Lines Matching refs:vht_cap
202 struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap; in rs_sgi_allow() local
210 if (is_ht80(rate) && (vht_cap->cap & in rs_sgi_allow()
2841 static int rs_vht_highest_rx_mcs_index(struct ieee80211_sta_vht_cap *vht_cap, in rs_vht_highest_rx_mcs_index() argument
2844 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) & in rs_vht_highest_rx_mcs_index()
2860 struct ieee80211_sta_vht_cap *vht_cap, in rs_vht_set_enabled_rates() argument
2864 int highest_mcs = rs_vht_highest_rx_mcs_index(vht_cap, 1); in rs_vht_set_enabled_rates()
2883 highest_mcs = rs_vht_highest_rx_mcs_index(vht_cap, 2); in rs_vht_set_enabled_rates()
2933 struct ieee80211_sta_vht_cap *vht_cap) in rs_vht_init() argument
2935 rs_vht_set_enabled_rates(sta, vht_cap, lq_sta); in rs_vht_init()
2938 (vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC)) in rs_vht_init()
2943 (vht_cap->cap & IEEE80211_VHT_CAP_RXSTBC_MASK)) in rs_vht_init()
2948 (vht_cap->cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE)) in rs_vht_init()
3028 struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap; in iwl_mvm_rs_rate_init() local
3066 if (!vht_cap || !vht_cap->vht_supported) in iwl_mvm_rs_rate_init()
3069 rs_vht_init(mvm, sta, lq_sta, vht_cap); in iwl_mvm_rs_rate_init()