From: Johannes Berg <johannes.berg@xxxxxxxxx> 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@xxxxxxxxx> --- Documentation/DocBook/80211.tmpl | 1 - include/net/mac80211.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- wireless-testing.orig/include/net/mac80211.h 2010-08-18 13:26:33.000000000 +0200 +++ wireless-testing/include/net/mac80211.h 2010-08-18 13:26:43.000000000 +0200 @@ -2546,7 +2546,7 @@ void ieee80211_chswitch_done(struct ieee /** * ieee80211_request_smps - request SM PS transition * @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 * mode. This is useful when the driver has more information than --- wireless-testing.orig/Documentation/DocBook/80211.tmpl 2010-08-18 14:53:44.000000000 +0200 +++ wireless-testing/Documentation/DocBook/80211.tmpl 2010-08-18 14:54:25.000000000 +0200 @@ -248,7 +248,6 @@ MISSING <!-- intentionally multiple !F lines to get proper order --> !Finclude/net/mac80211.h set_key_cmd !Finclude/net/mac80211.h ieee80211_key_conf -!Finclude/net/mac80211.h ieee80211_key_alg !Finclude/net/mac80211.h ieee80211_key_flags </chapter> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html