mac80211: clean up association better in suspend
[firefly-linux-kernel-4.4.55.git] / net / mac80211 / ieee80211_i.h
index fa6d43e6197f5c58c153258df211aafca5fc3515..38e7883cff23c4f41c7c61da3bf12817207f57d1 100644 (file)
@@ -783,6 +783,11 @@ struct ieee80211_sub_if_data {
                struct dentry *default_mgmt_key;
        } 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;
 };