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>
Showing
- include/net/mac80211.h 16 additions, 0 deletionsinclude/net/mac80211.h
- net/mac80211/cfg.c 1 addition, 1 deletionnet/mac80211/cfg.c
- net/mac80211/debugfs.c 1 addition, 1 deletionnet/mac80211/debugfs.c
- net/mac80211/driver-ops.h 27 additions, 0 deletionsnet/mac80211/driver-ops.h
- net/mac80211/driver-trace.h 10 additions, 0 deletionsnet/mac80211/driver-trace.h
- net/mac80211/ieee80211_i.h 7 additions, 2 deletionsnet/mac80211/ieee80211_i.h
- net/mac80211/main.c 4 additions, 0 deletionsnet/mac80211/main.c
- net/mac80211/pm.c 12 additions, 1 deletionnet/mac80211/pm.c
- net/mac80211/util.c 19 additions, 0 deletionsnet/mac80211/util.c
Loading
Please register or sign in to comment