Searched refs:mcs_map_result (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/ |
D | 11ac.c | 103 u16 mcs_map_user, mcs_map_resp, mcs_map_result; in mwifiex_fill_vht_cap_tlv() local 112 mcs_map_result = 0; in mwifiex_fill_vht_cap_tlv() 120 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv() 123 SET_VHTNSSMCS(mcs_map_result, nss, 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() 129 tmp = mwifiex_convert_mcsmap_to_maxrate(priv, bands, mcs_map_result); in mwifiex_fill_vht_cap_tlv() 135 mcs_map_result = 0; in mwifiex_fill_vht_cap_tlv() 142 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv() 145 SET_VHTNSSMCS(mcs_map_result, nss, 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() [all …]
|
D | tdls.c | 244 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()
|