diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-09-29 10:04:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-30 15:57:24 -0400 |
commit | 4b801bc969364a980c1366e48155d1a29d20661b (patch) | |
tree | 990b0e2ba1a6387f1e4b1f9846bd0246c9c7dbe8 /Documentation | |
parent | 37fbd9080088f5f98ab81a6f2ad456857971a089 (diff) |
mac80211: document client powersave
With the addition of uAPSD and driver buffering
the powersave handling has gotten quite complex.
Add a section to the documentation to explain it
for anyone wanting to implement it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/80211.tmpl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index 445289cd0e65..2014155c899d 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl | |||
@@ -433,8 +433,18 @@ | |||
433 | Insert notes about VLAN interfaces with hw crypto here or | 433 | Insert notes about VLAN interfaces with hw crypto here or |
434 | in the hw crypto chapter. | 434 | in the hw crypto chapter. |
435 | </para> | 435 | </para> |
436 | <section id="ps-client"> | ||
437 | <title>support for powersaving clients</title> | ||
438 | !Pinclude/net/mac80211.h AP support for powersaving clients | ||
439 | </section> | ||
436 | !Finclude/net/mac80211.h ieee80211_get_buffered_bc | 440 | !Finclude/net/mac80211.h ieee80211_get_buffered_bc |
437 | !Finclude/net/mac80211.h ieee80211_beacon_get | 441 | !Finclude/net/mac80211.h ieee80211_beacon_get |
442 | !Finclude/net/mac80211.h ieee80211_sta_eosp_irqsafe | ||
443 | !Finclude/net/mac80211.h ieee80211_frame_release_type | ||
444 | !Finclude/net/mac80211.h ieee80211_sta_ps_transition | ||
445 | !Finclude/net/mac80211.h ieee80211_sta_ps_transition_ni | ||
446 | !Finclude/net/mac80211.h ieee80211_sta_set_buffered | ||
447 | !Finclude/net/mac80211.h ieee80211_sta_block_awake | ||
438 | </chapter> | 448 | </chapter> |
439 | 449 | ||
440 | <chapter id="multi-iface"> | 450 | <chapter id="multi-iface"> |
@@ -460,7 +470,6 @@ | |||
460 | !Finclude/net/mac80211.h sta_notify_cmd | 470 | !Finclude/net/mac80211.h sta_notify_cmd |
461 | !Finclude/net/mac80211.h ieee80211_find_sta | 471 | !Finclude/net/mac80211.h ieee80211_find_sta |
462 | !Finclude/net/mac80211.h ieee80211_find_sta_by_ifaddr | 472 | !Finclude/net/mac80211.h ieee80211_find_sta_by_ifaddr |
463 | !Finclude/net/mac80211.h ieee80211_sta_block_awake | ||
464 | </chapter> | 473 | </chapter> |
465 | 474 | ||
466 | <chapter id="hardware-scan-offload"> | 475 | <chapter id="hardware-scan-offload"> |