aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index c62bc7864ad..e030c6af86d 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2411,6 +2411,8 @@ struct wireless_dev {
2411 /* for AP and mesh channel tracking */ 2411 /* for AP and mesh channel tracking */
2412 struct ieee80211_channel *channel; 2412 struct ieee80211_channel *channel;
2413 2413
2414 bool ibss_fixed;
2415
2414 bool ps; 2416 bool ps;
2415 int ps_timeout; 2417 int ps_timeout;
2416 2418