IS_HT_RATE
#define IS_HT_RATE(rate) (rate & 0x80)
#define IS_HT_RATE(_rate) \
#define IS_HT_RATE(_rate) (_rate >= MGN_MCS0 && _rate <= MGN_MCS31)