1. NAME

struct_ieee80211_rate - bitrate definition

2. SYNOPSIS



 
Sélectionnez
struct ieee80211_rate {
  u32 flags;
  u16 bitrate;
  u16 hw_value;
  u16 hw_value_short;
};

3. MEMBERS

flags
    rate-specific flags

bitrate
    bitrate in units of 100 Kbps

hw_value
    driver/hardware value for this rate

hw_value_short
    driver/hardware value for this rate when short preamble is used

4. DESCRIPTION

This structure describes a bitrate that an 802.11 PHY can operate with. The two values hw_value and hw_value_short are only for driver use when pointers to this structure are passed around.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT