STRUCT RATE_INFO
Section: Actions and configuration (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
struct_rate_info - bitrate information
 
SYNOPSIS
struct rate_info {
  u8 flags;
  u8 mcs;
  u16 legacy;
};  
 
MEMBERS
flags
- 
bitflag of flags from
enum
rate_info_flags
mcs
- 
mcs index if struct describes a 802.11n bitrate
legacy
- 
bitrate in 100kbit/s for 802.11abg
DESCRIPTION
Information about a receiving or transmitting bitrate
 
AUTHOR
Johannes Berg <johannes@sipsolutions.net>
- 
Author.
COPYRIGHT