mac80211: add beacon filtering support
authorKalle Valo <kalle.valo@nokia.com>
Sun, 22 Mar 2009 19:57:35 +0000 (21:57 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:13:13 +0000 (20:13 -0400)
commit04de83815993714a7ba2618f637fa1092a5f664b
tree7e491e890a66a3be3e4eae9636914858a6f3bba8
parenta08c1c1ac0c26229ca1ca45d554b209a56edc8be
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>
Documentation/DocBook/mac80211.tmpl
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mlme.c