diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-12-01 03:43:34 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-02 15:16:57 -0500 |
commit | f6b8bef3634a5c9ea326b3ab0c9615fdac5f18ab (patch) | |
tree | 2c434ccbf5fc1de8c51acc045769bfe2076c43d9 /Documentation/DocBook/80211.tmpl | |
parent | eebbb348df5a8c239a6300188907dec7e427bf70 (diff) |
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>
Diffstat (limited to 'Documentation/DocBook/80211.tmpl')
-rw-r--r-- | Documentation/DocBook/80211.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
439 | !Finclude/net/mac80211.h ieee80211_iterate_active_interfaces_atomic | 439 | !Finclude/net/mac80211.h ieee80211_iterate_active_interfaces_atomic |
440 | </chapter> | 440 | </chapter> |
441 | 441 | ||
442 | <chapter id="station-handling"> | ||
443 | <title>Station handling</title> | ||
444 | <para>TODO</para> | ||
445 | !Finclude/net/mac80211.h ieee80211_sta | ||
446 | !Finclude/net/mac80211.h sta_notify_cmd | ||
447 | !Finclude/net/mac80211.h ieee80211_find_sta | ||
448 | !Finclude/net/mac80211.h ieee80211_find_sta_by_ifaddr | ||
449 | !Finclude/net/mac80211.h ieee80211_sta_block_awake | ||
450 | </chapter> | ||
451 | |||
442 | <chapter id="hardware-scan-offload"> | 452 | <chapter id="hardware-scan-offload"> |
443 | <title>Hardware scan offload</title> | 453 | <title>Hardware scan offload</title> |
444 | <para>TBD</para> | 454 | <para>TBD</para> |