1STRUCT RATE_INFO(9)        Actions and configuration       STRUCT RATE_INFO(9)
2
3
4

NAME

6       struct_rate_info - bitrate information
7

SYNOPSIS

9       struct rate_info {
10         u8 flags;
11         u8 mcs;
12         u16 legacy;
13         u8 nss;
14         u8 bw;
15       };
16

MEMBERS

18       flags
19           bitflag of flags from enum rate_info_flags
20
21       mcs
22           mcs index if struct describes a 802.11n bitrate
23
24       legacy
25           bitrate in 100kbit/s for 802.11abg
26
27       nss
28           number of streams (VHT only)
29
30       bw
31           bandwidth (from enum rate_info_bw)
32

DESCRIPTION

34       Information about a receiving or transmitting bitrate
35

AUTHOR

37       Johannes Berg <johannes@sipsolutions.net>
38           Author.
39
41Kernel Hackers Manual 3.10         June 2019               STRUCT RATE_INFO(9)
Impressum