Home
last modified time | relevance | path

Searched refs:supp_mcs (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
D11ac.c111 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_fill_vht_cap_tlv()
127 vht_cap->supp_mcs.rx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
130 vht_cap->supp_mcs.rx_highest = cpu_to_le16(tmp); in mwifiex_fill_vht_cap_tlv()
134 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in mwifiex_fill_vht_cap_tlv()
149 vht_cap->supp_mcs.tx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
152 vht_cap->supp_mcs.tx_highest = cpu_to_le16(tmp); in mwifiex_fill_vht_cap_tlv()
Dtdls.c316 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_tdls_add_vht_oper()
/linux-6.6.21/net/mac80211/
Dvht.c78 le16_to_cpu(sdata->u.mgd.vht_capa_mask.supp_mcs.rx_mcs_map); in ieee80211_apply_vhtcap_overrides()
79 rxmcs_n = le16_to_cpu(sdata->u.mgd.vht_capa.supp_mcs.rx_mcs_map); in ieee80211_apply_vhtcap_overrides()
84 le16_to_cpu(sdata->u.mgd.vht_capa_mask.supp_mcs.tx_mcs_map); in ieee80211_apply_vhtcap_overrides()
85 txmcs_n = le16_to_cpu(sdata->u.mgd.vht_capa.supp_mcs.tx_mcs_map); in ieee80211_apply_vhtcap_overrides()
231 memcpy(&vht_cap->vht_mcs, &vht_cap_ie->supp_mcs, in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmain.c615 .supp_mcs = {
Dmlme.c4485 tx_mcs_map = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in ieee80211_max_rx_chains()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c145 .supp_mcs = vht_cap->vht_mcs, in rs_fw_vht_set_enabled_rates()
Drs.c1376 .supp_mcs = sta_vht_cap->vht_mcs, in rs_bw_from_sta_bw()
/linux-6.6.21/net/wireless/
Dutil.c2521 u16 map = le16_to_cpu(cap->supp_mcs.rx_mcs_map); in ieee80211_get_vht_max_nss()
2553 if (!(cap->supp_mcs.tx_mcs_map & in ieee80211_get_vht_max_nss()
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.c4157 const __le32 supp_mcs[], in ath12k_wmi_eht_caps_parse() argument
4170 cap_band->eht_mcs_20_only = le32_to_cpu(supp_mcs[0]); in ath12k_wmi_eht_caps_parse()
4171 cap_band->eht_mcs_80 = le32_to_cpu(supp_mcs[1]); in ath12k_wmi_eht_caps_parse()
4173 cap_band->eht_mcs_160 = le32_to_cpu(supp_mcs[2]); in ath12k_wmi_eht_caps_parse()
4174 cap_band->eht_mcs_320 = le32_to_cpu(supp_mcs[3]); in ath12k_wmi_eht_caps_parse()
/linux-6.6.21/include/linux/
Dieee80211.h1925 struct ieee80211_vht_mcs_info supp_mcs; member
/linux-6.6.21/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1291 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()