1STRUCT IEEE80211_RAT(9)       Device registration      STRUCT IEEE80211_RAT(9)
2
3
4

NAME

6       struct_ieee80211_rate - bitrate definition
7

SYNOPSIS

9       struct ieee80211_rate {
10         u32 flags;
11         u16 bitrate;
12         u16 hw_value;
13         u16 hw_value_short;
14       };
15

MEMBERS

17       flags
18           rate-specific flags
19
20       bitrate
21           bitrate in units of 100 Kbps
22
23       hw_value
24           driver/hardware value for this rate
25
26       hw_value_short
27           driver/hardware value for this rate when short preamble is used
28

DESCRIPTION

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

AUTHOR

35       Johannes Berg <johannes@sipsolutions.net>
36           Author.
37
39Kernel Hackers Manual 3.10         June 2019           STRUCT IEEE80211_RAT(9)
Impressum