Lines Matching refs:vht_cap
44 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->vht_cap;
55 if (vht_cap->cap & IEEE80211_VHT_CAP_SHORT_GI_80)
57 if (vht_cap->cap & IEEE80211_VHT_CAP_SHORT_GI_160)
69 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->vht_cap;
71 bool vht_ena = vht_cap->vht_supported;
80 else if (vht_cap->cap & IEEE80211_VHT_CAP_RXSTBC_MASK)
88 (vht_ena && (vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC))))
113 int rs_fw_vht_highest_rx_mcs_index(const struct ieee80211_sta_vht_cap *vht_cap,
116 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) &
137 const struct ieee80211_sta_vht_cap *vht_cap,
144 .vht_cap_info = cpu_to_le32(vht_cap->cap),
145 .supp_mcs = vht_cap->vht_mcs,
155 highest_mcs = rs_fw_vht_highest_rx_mcs_index(vht_cap, nss);
377 const struct ieee80211_sta_vht_cap *vht_cap = &link_sta->vht_cap;
396 } else if (vht_cap->vht_supported) {
398 rs_fw_vht_set_enabled_rates(link_sta, vht_cap, cmd);
535 const struct ieee80211_sta_vht_cap *vht_cap = &link_sta->vht_cap;
563 } else if (vht_cap->vht_supported) {
564 switch (vht_cap->cap & IEEE80211_VHT_CAP_MAX_MPDU_MASK) {