summaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2012-06-29 10:46:59 (GMT)
committerJohannes Berg <johannes.berg@intel.com>2012-06-29 11:39:15 (GMT)
commitc30a3d38689bc601e03d5f2ad3c37d8ea13e46ca (patch)
tree75b38815ff594d6ffc77c3cb2252311d5fb3fd0b /include/net/cfg80211.h
parentf4489ebeffa436c8427a20e2f05004e783708cde (diff)
downloadlinux-fsl-qoriq-c30a3d38689bc601e03d5f2ad3c37d8ea13e46ca.tar.xz
cfg80211: track ibss fixed channel
IBSS may hop between channels. It is necessary to account this special case when considering interface combinations. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-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 c62bc78..e030c6a 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2411,6 +2411,8 @@ struct wireless_dev {
/* for AP and mesh channel tracking */
struct ieee80211_channel *channel;
+ bool ibss_fixed;
+
bool ps;
int ps_timeout;