1ENUM RATE_INFO_FLAGS(9) Actions and configuration ENUM RATE_INFO_FLAGS(9)
2
3
4
6 enum_rate_info_flags - bitrate info flags
7
9 enum rate_info_flags {
10 RATE_INFO_FLAGS_MCS,
11 RATE_INFO_FLAGS_VHT_MCS,
12 RATE_INFO_FLAGS_SHORT_GI,
13 RATE_INFO_FLAGS_60G
14 };
15
17 RATE_INFO_FLAGS_MCS
18 mcs field filled with HT MCS
19
20 RATE_INFO_FLAGS_VHT_MCS
21 mcs field filled with VHT MCS
22
23 RATE_INFO_FLAGS_SHORT_GI
24 400ns guard interval
25
26 RATE_INFO_FLAGS_60G
27 60GHz MCS
28
30 Used by the driver to indicate the specific rate transmission type for
31 802.11n transmissions.
32
34 Johannes Berg <johannes@sipsolutions.net>
35 Author.
36
38Kernel Hackers Manual 3.10 June 2019 ENUM RATE_INFO_FLAGS(9)