Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
D11ac.c115 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_fill_vht_cap_tlv() local
124 mcs_map_result = 0; in mwifiex_fill_vht_cap_tlv()
132 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
135 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
139 vht_cap->supp_mcs.rx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
141 tmp = mwifiex_convert_mcsmap_to_maxrate(priv, bands, mcs_map_result); in mwifiex_fill_vht_cap_tlv()
147 mcs_map_result = 0; in mwifiex_fill_vht_cap_tlv()
154 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
157 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
161 vht_cap->supp_mcs.tx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
[all …]
Dtdls.c244 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_tdls_add_vht_oper() local
317 mcs_map_result = 0; in mwifiex_tdls_add_vht_oper()
325 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_tdls_add_vht_oper()
328 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_tdls_add_vht_oper()
332 vht_oper->basic_mcs_set = cpu_to_le16(mcs_map_result); in mwifiex_tdls_add_vht_oper()