'\" t .\" Title: ieee80211_request_smps .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "IEEE80211_REQUEST_SM" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Advanced driver 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" ieee80211_request_smps \- request SM PS transition .SH "SYNOPSIS" .HP \w'void\ ieee80211_request_smps('u .BI "void ieee80211_request_smps(struct\ ieee80211_vif\ *\ " "vif" ", enum\ ieee80211_smps_mode\ " "smps_mode" ");" .SH "ARGUMENTS" .PP \fIvif\fR .RS 4 struct ieee80211_vif pointer from the add_interface callback\&. .RE .PP \fIsmps_mode\fR .RS 4 new SM PS mode .RE .SH "DESCRIPTION" .PP This allows the driver to request an SM PS transition in managed mode\&. This is useful when the driver has more information than the stack about possible interference, for example by bluetooth\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br