Searched refs:mcs_map (Results 1 – 1 of 1) sorted by relevance
3133 #define VHT_MCS_MAP_TO_MCS_CODE(mcs_map) \ argument3134 ((mcs_map == 0xff) ? VHT_CAP_MCS_MAP_0_7 : \3135 (mcs_map == 0x1ff) ? VHT_CAP_MCS_MAP_0_8 : \3136 (mcs_map == 0x3ff) ? VHT_CAP_MCS_MAP_0_9 : VHT_CAP_MCS_MAP_NONE)