IS_HT_RATE
#define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS)
#define IS_HT_RATE(_rate) ((_rate) & 0x80)