summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-01-20 12:55:20 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2012-02-06 19:48:24 (GMT)
commit71ec375c75095002f36f083ceb32bbb8725734ae (patch)
treeea090e06295a518881e39e7e48132ddb6232d763 /net/mac80211/sta_info.h
parent89c91caeccf45bbeb86104445125fe1eaec12079 (diff)
downloadlinux-fsl-qoriq-71ec375c75095002f36f083ceb32bbb8725734ae.tar.xz
mac80211: add NOTEXIST station state
This will be used by drivers later if they need to have stations inserted all the time, in mac80211 has no purpose, is never used and sta_state starts out in NONE. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 381de37..da4b03c 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -77,6 +77,7 @@ enum ieee80211_sta_info_flags {
enum ieee80211_sta_state {
/* NOTE: These need to be ordered correctly! */
+ IEEE80211_STA_NOTEXIST,
IEEE80211_STA_NONE,
IEEE80211_STA_AUTH,
IEEE80211_STA_ASSOC,