mac80211: add basic support for WoWLAN
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 May 2011 13:37:29 +0000 (15:37 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 May 2011 18:59:20 +0000 (14:59 -0400)
commiteecc48000afe2ca6da22122d553b7cad294e42fc
treeade8a18351be5ca63b14d24f3f4db47909486fba
parentff1b6e69ad4f31fb3c9c6da2665655f2e798dd70
mac80211: add basic support for WoWLAN

This adds basic support for the new WoWLAN
configuration in mac80211. The behaviour is
completely offloaded to the driver though,
with two new callbacks (suspend/resume).

Options for the driver include a complete
reconfiguration after wakeup, and exposing
all the triggers it wants to support.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/debugfs.c
net/mac80211/driver-ops.h
net/mac80211/driver-trace.h
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/pm.c
net/mac80211/util.c