enum rate_info_flags {
RATE_INFO_FLAGS_MCS,
RATE_INFO_FLAGS_40_MHZ_WIDTH,
RATE_INFO_FLAGS_SHORT_GI
};
RATE_INFO_FLAGS_MCS
tx_bitrate_mcs filled
RATE_INFO_FLAGS_40_MHZ_WIDTH
RATE_INFO_FLAGS_SHORT_GI
Used by the driver to indicate the specific rate transmission type for 802.11n transmissions.
Johannes Berg <johannes@sipsolutions.net>