Lines Matching refs:vht_cap
173 u16 mcs, mcs_map = le16_to_cpu(sta->deflink.vht_cap.vht_mcs.rx_mcs_map); in mt7996_mcu_set_sta_vht_mcs()
1324 if (!sta->deflink.he_6ghz_capa.capa && !sta->deflink.vht_cap.vht_supported) in mt7996_mcu_sta_vht_tlv()
1330 vht->vht_cap = cpu_to_le32(sta->deflink.vht_cap.cap); in mt7996_mcu_sta_vht_tlv()
1331 vht->vht_rx_mcs_map = sta->deflink.vht_cap.vht_mcs.rx_mcs_map; in mt7996_mcu_sta_vht_tlv()
1332 vht->vht_tx_mcs_map = sta->deflink.vht_cap.vht_mcs.tx_mcs_map; in mt7996_mcu_sta_vht_tlv()
1393 if (sta->deflink.vht_cap.vht_supported) in mt7996_mcu_sta_muru_tlv()
1395 !!(sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE); in mt7996_mcu_sta_muru_tlv()
1463 if (sta->deflink.vht_cap.vht_supported) { in mt7996_is_ebf_supported()
1464 u32 cap = sta->deflink.vht_cap.cap; in mt7996_is_ebf_supported()
1520 struct ieee80211_sta_vht_cap *pc = &sta->deflink.vht_cap; in mt7996_mcu_sta_bfer_vht()
1521 struct ieee80211_sta_vht_cap *vc = &phy->mt76->sband_5g.sband.vht_cap; in mt7996_mcu_sta_bfer_vht()
1714 else if (sta->deflink.vht_cap.vht_supported) in mt7996_mcu_sta_bfer_tlv()
1770 if (!(sta->deflink.vht_cap.vht_supported || sta->deflink.he_cap.has_he)) in mt7996_mcu_sta_bfee_tlv()
1784 } else if (sta->deflink.vht_cap.vht_supported) { in mt7996_mcu_sta_bfee_tlv()
1785 struct ieee80211_sta_vht_cap *pc = &sta->deflink.vht_cap; in mt7996_mcu_sta_bfee_tlv()
1962 } else if (sta->deflink.vht_cap.vht_supported) { in mt7996_mcu_add_rate_ctrl_fixed()
2088 if (sta->deflink.vht_cap.vht_supported) { in mt7996_mcu_sta_rate_ctrl_tlv()
2093 sta->deflink.vht_cap.cap); in mt7996_mcu_sta_rate_ctrl_tlv()
2097 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_SHORT_GI_80) in mt7996_mcu_sta_rate_ctrl_tlv()
2099 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_SHORT_GI_160) in mt7996_mcu_sta_rate_ctrl_tlv()
2101 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_TXSTBC) in mt7996_mcu_sta_rate_ctrl_tlv()
2103 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXSTBC_1) in mt7996_mcu_sta_rate_ctrl_tlv()
2106 (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXLDPC)) in mt7996_mcu_sta_rate_ctrl_tlv()