summaryrefslogtreecommitdiff
path: root/include/linux/nl80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-05-10 22:14:43 +0400
committerJohn W. Linville <linville@tuxdriver.com>2012-05-16 21:08:15 +0400
commit3383b5a69de59eeef2501834c6e0960b7e2bff28 (patch)
tree08dd59ffc3e6b53ab59b2da27fcaecbe51092b23 /include/linux/nl80211.h
parentbdbc59b35f2a66cdd9465f573f865cc2109ab33d (diff)
downloadlinux-3383b5a69de59eeef2501834c6e0960b7e2bff28.tar.xz
nl80211: prevent additions to old station flags API
We don't really want/need to maintain the old station flags API any more, so refuse changes to new (not yet defined) flags from the old flags API. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r--include/linux/nl80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index f296a64d103b..a6959f72745e 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -1594,6 +1594,8 @@ enum nl80211_sta_flags {
NL80211_STA_FLAG_MAX = __NL80211_STA_FLAG_AFTER_LAST - 1
};
+#define NL80211_STA_FLAG_MAX_OLD_API NL80211_STA_FLAG_TDLS_PEER
+
/**
* struct nl80211_sta_flag_update - station flags mask/set
* @mask: mask of station flags to set