Name
enum rate_info_flags —
bitrate info flags
Synopsis
enum rate_info_flags {
RATE_INFO_FLAGS_MCS,
RATE_INFO_FLAGS_40_MHZ_WIDTH,
RATE_INFO_FLAGS_SHORT_GI
};
Constants
- RATE_INFO_FLAGS_MCS
tx_bitrate_mcs
filled
- RATE_INFO_FLAGS_40_MHZ_WIDTH
40 Mhz width transmission
- RATE_INFO_FLAGS_SHORT_GI
400ns guard interval
Description
Used by the driver to indicate the specific rate transmission
type for 802.11n transmissions.