1. NAME

struct_rate_info - bitrate information

2. SYNOPSIS



 
Sélectionnez
struct rate_info {
  u8 flags;
  u8 mcs;
  u16 legacy;
  u8 nss;
};

3. 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

nss
    number of streams (VHT only)

4. DESCRIPTION

Information about a receiving or transmitting bitrate

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT