From: Johannes Berg <johannes.berg@intel.com> Date: Wed, 1 Dec 2010 08:43:34 +0000 (+0100) Subject: mac80211: document station handling X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f6b8bef3634a5c9ea326b3ab0c9615fdac5f18ab;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git mac80211: document station handling Add some existing documentation about station handling to a new chapter about advanced APIs. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> --- diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index 50e75f370bd6..601ea785fc91 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl @@ -439,6 +439,16 @@ !Finclude/net/mac80211.h ieee80211_iterate_active_interfaces_atomic </chapter> + <chapter id="station-handling"> + <title>Station handling</title> + <para>TODO</para> +!Finclude/net/mac80211.h ieee80211_sta +!Finclude/net/mac80211.h sta_notify_cmd +!Finclude/net/mac80211.h ieee80211_find_sta +!Finclude/net/mac80211.h ieee80211_find_sta_by_ifaddr +!Finclude/net/mac80211.h ieee80211_sta_block_awake + </chapter> + <chapter id="hardware-scan-offload"> <title>Hardware scan offload</title> <para>TBD</para>