Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h3127 #define VHT_MCS_CODE_TO_MCS_MAP(mcs_code) \ argument
3128 ((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)