Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c120 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()
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()
H A Dfw.h318 #define SET_VHTNSSMCS(mcs_mapset, nss, value) (mcs_mapset |= (value & 0x3) << \ macro