Lines Matching refs:vht_cap
205 struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap; in rs_sgi_allow() local
213 if (is_ht80(rate) && (vht_cap->cap & in rs_sgi_allow()
2623 static int rs_vht_highest_rx_mcs_index(struct ieee80211_sta_vht_cap *vht_cap, in rs_vht_highest_rx_mcs_index() argument
2626 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) & in rs_vht_highest_rx_mcs_index()
2642 struct ieee80211_sta_vht_cap *vht_cap, in rs_vht_set_enabled_rates() argument
2646 int highest_mcs = rs_vht_highest_rx_mcs_index(vht_cap, 1); in rs_vht_set_enabled_rates()
2665 highest_mcs = rs_vht_highest_rx_mcs_index(vht_cap, 2); in rs_vht_set_enabled_rates()
2715 struct ieee80211_sta_vht_cap *vht_cap) in rs_vht_init() argument
2717 rs_vht_set_enabled_rates(sta, vht_cap, lq_sta); in rs_vht_init()
2720 (vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC)) in rs_vht_init()
2725 (vht_cap->cap & IEEE80211_VHT_CAP_RXSTBC_MASK)) in rs_vht_init()
2730 (vht_cap->cap & IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE)) in rs_vht_init()
2810 struct ieee80211_sta_vht_cap *vht_cap = &sta->vht_cap; in iwl_mvm_rs_rate_init() local
2848 if (!vht_cap || !vht_cap->vht_supported) in iwl_mvm_rs_rate_init()
2851 rs_vht_init(mvm, sta, lq_sta, vht_cap); in iwl_mvm_rs_rate_init()