Searched refs:mcs_map_result (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A 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 …]
|