'\" t .\" Title: enum ieee80211_band .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Device registration .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "ENUM IEEE80211_BAND" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "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_band \- supported frequency bands .SH "SYNOPSIS" .sp .nf enum ieee80211_band { IEEE80211_BAND_2GHZ, IEEE80211_BAND_5GHZ, IEEE80211_BAND_60GHZ, IEEE80211_NUM_BANDS }; .fi .SH "CONSTANTS" .PP IEEE80211_BAND_2GHZ .RS 4 2\&.4GHz ISM band .RE .PP IEEE80211_BAND_5GHZ .RS 4 around 5GHz band (4\&.9\-5\&.7) .RE .PP IEEE80211_BAND_60GHZ .RS 4 around 60 GHz band (58\&.32 \- 64\&.80 GHz) .RE .PP IEEE80211_NUM_BANDS .RS 4 number of defined bands .RE .SH "DEVICE REGISTRATION" .PP .PP The bands are assigned this way because the supported bitrates differ in these bands\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br