'\" t .\" Title: enum ieee80211_rate_control_changed .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Rate control interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM IEEE80211_RATE_" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Rate control interface" .\" ----------------------------------------------------------------- .\" * 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_control_changed \- flags to indicate what changed .SH "SYNOPSIS" .sp .nf enum ieee80211_rate_control_changed { IEEE80211_RC_BW_CHANGED, IEEE80211_RC_SMPS_CHANGED, IEEE80211_RC_SUPP_RATES_CHANGED, IEEE80211_RC_NSS_CHANGED }; .fi .SH "CONSTANTS" .PP IEEE80211_RC_BW_CHANGED .RS 4 The bandwidth that can be used to transmit to this station changed\&. The actual bandwidth is in the station information \-\- for HT20/40 the IEEE80211_HT_CAP_SUP_WIDTH_20_40 flag changes, for HT and VHT the bandwidth field changes\&. .RE .PP IEEE80211_RC_SMPS_CHANGED .RS 4 The SMPS state of the station changed\&. .RE .PP IEEE80211_RC_SUPP_RATES_CHANGED .RS 4 The supported rate set of this peer changed (in IBSS mode) due to discovering more information about the peer\&. .RE .PP IEEE80211_RC_NSS_CHANGED .RS 4 N_SS (number of spatial streams) was changed by the peer .RE .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br