ENUM RATE_INFO_FLAGS

Section: Actions and configuration (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT