Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Dtdls.c316 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_tdls_add_vht_oper()
/linux/net/mac80211/tests/
H A Dchan-mode.c74 .supp_mcs.rx_mcs_map =
78 .supp_mcs.rx_mcs_map = cpu_to_le16(0xffff),
87 .supp_mcs.tx_mcs_map =
91 .supp_mcs.tx_mcs_map = cpu_to_le16(0xffff),
/linux/net/mac80211/
H A 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()
H A Dmain.c781 .supp_mcs = {
H A Dmlme.c5715 tx_mcs_map = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in ieee80211_max_rx_chains()
/linux/net/wireless/
H A Dutil.c2786 u16 map = le16_to_cpu(cap->supp_mcs.rx_mcs_map); in ieee80211_get_vht_max_nss()
2818 if (!(cap->supp_mcs.tx_mcs_map & in ieee80211_get_vht_max_nss()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c4912 const __le32 supp_mcs[], in ath12k_wmi_eht_caps_parse() argument
4933 cap_band->eht_mcs_20_only = le32_to_cpu(supp_mcs[0]); in ath12k_wmi_eht_caps_parse()
4934 cap_band->eht_mcs_80 = le32_to_cpu(supp_mcs[1]); in ath12k_wmi_eht_caps_parse()
4936 cap_band->eht_mcs_160 = le32_to_cpu(supp_mcs[2]); in ath12k_wmi_eht_caps_parse()
4937 cap_band->eht_mcs_320 = le32_to_cpu(supp_mcs[3]); in ath12k_wmi_eht_caps_parse()
/linux/include/linux/
H A Dieee80211.h2107 struct ieee80211_vht_mcs_info supp_mcs; member