Searched defs:MCSMapSet (Results 1 – 1 of 1) sorted by relevance
885 #define GET_VHTMCS(MCSMapSet) ((MCSMapSet)&0xFFFFU) argument886 #define GET_VHTNSSMCS(MCSMapSet, nss) (((MCSMapSet) >> (2U * ((nss)-1U))) & 0x3U) argument887 #define RET_VHTNSSMCS(MCSMapSet, nss) (((MCSMapSet) >> (2U * ((nss)-1))) & 0x3) argument888 #define SET_VHTNSSMCS(MCSMapSet, nss, value) \ argument