Searched refs:mcs_code (Results 1 – 1 of 1) sorted by relevance
3127 #define VHT_MCS_CODE_TO_MCS_MAP(mcs_code) \ argument3128 ((mcs_code == VHT_CAP_MCS_MAP_0_7) ? 0xff : \3129 (mcs_code == VHT_CAP_MCS_MAP_0_8) ? 0x1ff : \3130 (mcs_code == VHT_CAP_MCS_MAP_0_9) ? 0x3ff : 0)