diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-03-22 15:57:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-27 20:13:13 -0400 |
commit | 04de83815993714a7ba2618f637fa1092a5f664b (patch) | |
tree | 7e491e890a66a3be3e4eae9636914858a6f3bba8 /Documentation/DocBook | |
parent | a08c1c1ac0c26229ca1ca45d554b209a56edc8be (diff) |
mac80211: add beacon filtering support
Add IEEE80211_HW_BEACON_FILTERING flag so that driver inform that it supports
beacon filtering. Drivers need to call the new function
ieee80211_beacon_loss() to notify about beacon loss.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/mac80211.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/mac80211.tmpl b/Documentation/DocBook/mac80211.tmpl index 8af6d9626878..fbeaffc1dcc3 100644 --- a/Documentation/DocBook/mac80211.tmpl +++ b/Documentation/DocBook/mac80211.tmpl | |||
@@ -227,6 +227,12 @@ usage should require reading the full document. | |||
227 | !Pinclude/net/mac80211.h Powersave support | 227 | !Pinclude/net/mac80211.h Powersave support |
228 | </chapter> | 228 | </chapter> |
229 | 229 | ||
230 | <chapter id="beacon-filter"> | ||
231 | <title>Beacon filter support</title> | ||
232 | !Pinclude/net/mac80211.h Beacon filter support | ||
233 | !Finclude/net/mac80211.h ieee80211_beacon_loss | ||
234 | </chapter> | ||
235 | |||
230 | <chapter id="qos"> | 236 | <chapter id="qos"> |
231 | <title>Multiple queues and QoS support</title> | 237 | <title>Multiple queues and QoS support</title> |
232 | <para>TBD</para> | 238 | <para>TBD</para> |