Browse Source

mac80211: fix docbook

Fix a small problem in the documentation for
ieee80211_request_smps, and a now erroneous
inclusion of enum ieee80211_key_alg, which no
longer exists after the change to ciphers.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Johannes Berg 15 years ago
parent
commit
633dd1ea68
2 changed files with 1 additions and 2 deletions
  1. 0 1
      Documentation/DocBook/80211.tmpl
  2. 1 1
      include/net/mac80211.h

+ 0 - 1
Documentation/DocBook/80211.tmpl

@@ -248,7 +248,6 @@ MISSING
   <!-- intentionally multiple !F lines to get proper order -->
   <!-- intentionally multiple !F lines to get proper order -->
 !Finclude/net/mac80211.h set_key_cmd
 !Finclude/net/mac80211.h set_key_cmd
 !Finclude/net/mac80211.h ieee80211_key_conf
 !Finclude/net/mac80211.h ieee80211_key_conf
-!Finclude/net/mac80211.h ieee80211_key_alg
 !Finclude/net/mac80211.h ieee80211_key_flags
 !Finclude/net/mac80211.h ieee80211_key_flags
       </chapter>
       </chapter>
 
 

+ 1 - 1
include/net/mac80211.h

@@ -2537,7 +2537,7 @@ void ieee80211_chswitch_done(struct ieee80211_vif *vif, bool success);
 /**
 /**
  * ieee80211_request_smps - request SM PS transition
  * ieee80211_request_smps - request SM PS transition
  * @vif: &struct ieee80211_vif pointer from the add_interface callback.
  * @vif: &struct ieee80211_vif pointer from the add_interface callback.
- * @mode: new SM PS mode
+ * @smps_mode: new SM PS mode
  *
  *
  * This allows the driver to request an SM PS transition in managed
  * This allows the driver to request an SM PS transition in managed
  * mode. This is useful when the driver has more information than
  * mode. This is useful when the driver has more information than