'\" t .\" Title: enum ieee80211_rate_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Device registration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM IEEE80211_RATE_" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Device registration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_ieee80211_rate_flags \- rate flags .SH "SYNOPSIS" .sp .nf enum ieee80211_rate_flags { IEEE80211_RATE_SHORT_PREAMBLE, IEEE80211_RATE_MANDATORY_A, IEEE80211_RATE_MANDATORY_B, IEEE80211_RATE_MANDATORY_G, IEEE80211_RATE_ERP_G, IEEE80211_RATE_SUPPORTS_5MHZ, IEEE80211_RATE_SUPPORTS_10MHZ }; .fi .SH "CONSTANTS" .PP IEEE80211_RATE_SHORT_PREAMBLE .RS 4 Hardware can send with short preamble on this bitrate; only relevant in 2\&.4GHz band and with CCK rates\&. .RE .PP IEEE80211_RATE_MANDATORY_A .RS 4 This bitrate is a mandatory rate when used with 802\&.11a (on the 5 GHz band); filled by the core code when registering the wiphy\&. .RE .PP IEEE80211_RATE_MANDATORY_B .RS 4 This bitrate is a mandatory rate when used with 802\&.11b (on the 2\&.4 GHz band); filled by the core code when registering the wiphy\&. .RE .PP IEEE80211_RATE_MANDATORY_G .RS 4 This bitrate is a mandatory rate when used with 802\&.11g (on the 2\&.4 GHz band); filled by the core code when registering the wiphy\&. .RE .PP IEEE80211_RATE_ERP_G .RS 4 This is an ERP rate in 802\&.11g mode\&. .RE .PP IEEE80211_RATE_SUPPORTS_5MHZ .RS 4 Rate can be used in 5 MHz mode .RE .PP IEEE80211_RATE_SUPPORTS_10MHZ .RS 4 Rate can be used in 10 MHz mode .RE .SH "DESCRIPTION" .PP .PP Hardware/specification flags for rates\&. These are structured in a way that allows using the same bitrate structure for different bands/PHY modes\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br