Searched refs:GET_VHTNSSMCS (Results 1 – 2 of 2) sorted by relevance
59 mcs = GET_VHTNSSMCS(mcs_map, i); in mwifiex_convert_mcsmap_to_maxrate() 63 mcs = GET_VHTNSSMCS(mcs_map, nss); in mwifiex_convert_mcsmap_to_maxrate() 115 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv() 116 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv() 138 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv() 139 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
317 #define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3) macro