Home
last modified time | relevance | path

Searched refs:mcs_map_resp (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c115 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_fill_vht_cap_tlv() local
123 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_fill_vht_cap_tlv()
128 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
146 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in mwifiex_fill_vht_cap_tlv()
151 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
Dtdls.c244 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_tdls_add_vht_oper() local
316 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_tdls_add_vht_oper()
321 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_tdls_add_vht_oper()