commit | 665af4fc8979734d8f73c9a6732be07e545ce4cc | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Mon Jan 19 11:20:53 2009 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 16:00:52 2009 -0500 |
tree | e6efab304166f0f4f30b75906930def19b1a3fb8 | |
parent | 0378b3f1c49d48ed524eabda7e4340163d9483c9 [diff] |
mac80211: add suspend/resume callbacks This patch introduces suspend and resume callbacks to mac80211, allowing mac80211 to quiesce its state (bringing down interfaces, removing keys, etc) in preparation for suspend. cfg80211 will call the suspend hook before the device suspend, and resume hook after the device resume. Signed-off-by: Bob Copeland <me@bobcopeland.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>