aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/DocBook/80211.tmpl1
-rw-r--r--include/net/mac80211.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl
index 6f88e184d2e7..52310ac892ea 100644
--- a/Documentation/DocBook/80211.tmpl
+++ b/Documentation/DocBook/80211.tmpl
@@ -248,7 +248,6 @@ MISSING
248 <!-- intentionally multiple !F lines to get proper order --> 248 <!-- intentionally multiple !F lines to get proper order -->
249!Finclude/net/mac80211.h set_key_cmd 249!Finclude/net/mac80211.h set_key_cmd
250!Finclude/net/mac80211.h ieee80211_key_conf 250!Finclude/net/mac80211.h ieee80211_key_conf
251!Finclude/net/mac80211.h ieee80211_key_alg
252!Finclude/net/mac80211.h ieee80211_key_flags 251!Finclude/net/mac80211.h ieee80211_key_flags
253 </chapter> 252 </chapter>
254 253
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 914c747ac3a0..2a1811366076 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -2537,7 +2537,7 @@ void ieee80211_chswitch_done(struct ieee80211_vif *vif, bool success);
2537/** 2537/**
2538 * ieee80211_request_smps - request SM PS transition 2538 * ieee80211_request_smps - request SM PS transition
2539 * @vif: &struct ieee80211_vif pointer from the add_interface callback. 2539 * @vif: &struct ieee80211_vif pointer from the add_interface callback.
2540 * @mode: new SM PS mode 2540 * @smps_mode: new SM PS mode
2541 * 2541 *
2542 * This allows the driver to request an SM PS transition in managed 2542 * This allows the driver to request an SM PS transition in managed
2543 * mode. This is useful when the driver has more information than 2543 * mode. This is useful when the driver has more information than