aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ieee80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r--include/net/ieee80211.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index 7ab3ed2bbccb..adb7cf31f781 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -385,9 +385,8 @@ struct ieee80211_device;
385#define SCM_TEMPORAL_KEY_LENGTH 16 385#define SCM_TEMPORAL_KEY_LENGTH 16
386 386
387struct ieee80211_security { 387struct ieee80211_security {
388 u16 active_key:2, 388 u16 active_key:2, enabled:1, unicast_uses_group:1, encrypt:1;
389 enabled:1, 389 u8 auth_mode;
390 auth_mode:2, auth_algo:4, unicast_uses_group:1, encrypt:1;
391 u8 encode_alg[WEP_KEYS]; 390 u8 encode_alg[WEP_KEYS];
392 u8 key_sizes[WEP_KEYS]; 391 u8 key_sizes[WEP_KEYS];
393 u8 keys[WEP_KEYS][SCM_KEY_LEN]; 392 u8 keys[WEP_KEYS][SCM_KEY_LEN];