diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2013-02-28 10:55:26 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-06 16:35:56 +0100 |
commit | 12e7f517029dad819c45eca9ca01fdb9ba57616b (patch) | |
tree | 38ca321ba277bc918ec58c2f3e2870867d355dec /net/mac80211/ieee80211_i.h | |
parent | 8125696991194aacb1173b6e8196d19098b44e17 (diff) | |
download | blackbird-op-linux-12e7f517029dad819c45eca9ca01fdb9ba57616b.tar.gz blackbird-op-linux-12e7f517029dad819c45eca9ca01fdb9ba57616b.zip |
mac80211: cleanup generic suspend/resume procedures
Since now we disconnect before suspend, various code which save
connection state can now be removed from suspend and resume
procedure. Cleanup on resume side is smaller as ieee80211_reconfig()
is also used for H/W restart.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 68087975c717..bc3ea58985d5 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -768,10 +768,6 @@ struct ieee80211_sub_if_data { } debugfs; #endif -#ifdef CONFIG_PM - struct ieee80211_bss_conf suspend_bss_conf; -#endif - /* must be last, dynamically sized area in this! */ struct ieee80211_vif vif; }; |