aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 1950e2eb4150..f7024eeba8f5 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -251,12 +251,6 @@ struct mesh_preq_queue {
251#define IEEE80211_STA_REQ_AUTH 1 251#define IEEE80211_STA_REQ_AUTH 1
252#define IEEE80211_STA_REQ_RUN 2 252#define IEEE80211_STA_REQ_RUN 2
253 253
254/* bitfield of allowed auth algs */
255#define IEEE80211_AUTH_ALG_OPEN BIT(0)
256#define IEEE80211_AUTH_ALG_SHARED_KEY BIT(1)
257#define IEEE80211_AUTH_ALG_LEAP BIT(2)
258#define IEEE80211_AUTH_ALG_FT BIT(3)
259
260struct ieee80211_if_managed { 254struct ieee80211_if_managed {
261 struct timer_list timer; 255 struct timer_list timer;
262 struct timer_list chswitch_timer; 256 struct timer_list chswitch_timer;
@@ -303,7 +297,6 @@ struct ieee80211_if_managed {
303 297
304 unsigned int flags; 298 unsigned int flags;
305 299
306 unsigned int auth_algs; /* bitfield of allowed auth algs */
307 int auth_alg; /* currently used IEEE 802.11 authentication algorithm */ 300 int auth_alg; /* currently used IEEE 802.11 authentication algorithm */
308 int auth_transaction; 301 int auth_transaction;
309 302
@@ -488,7 +481,6 @@ struct ieee80211_sub_if_data {
488 struct dentry *extra_ie_len; 481 struct dentry *extra_ie_len;
489 struct dentry *auth_tries; 482 struct dentry *auth_tries;
490 struct dentry *assoc_tries; 483 struct dentry *assoc_tries;
491 struct dentry *auth_algs;
492 struct dentry *auth_alg; 484 struct dentry *auth_alg;
493 struct dentry *auth_transaction; 485 struct dentry *auth_transaction;
494 struct dentry *flags; 486 struct dentry *flags;