aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index 6cc0674e5606..c7ab7cd9de13 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -439,7 +439,7 @@ struct ieee80211_device;
439#define SEC_UNICAST_GROUP (1<<6) 439#define SEC_UNICAST_GROUP (1<<6)
440#define SEC_LEVEL (1<<7) 440#define SEC_LEVEL (1<<7)
441#define SEC_ENABLED (1<<8) 441#define SEC_ENABLED (1<<8)
442#define SEC_TGI_KEY_RESET (1<<9) 442#define SEC_ENCRYPT (1<<9)
443 443
444#define SEC_LEVEL_0 0 /* None */ 444#define SEC_LEVEL_0 0 /* None */
445#define SEC_LEVEL_1 1 /* WEP 40 and 104 bit */ 445#define SEC_LEVEL_1 1 /* WEP 40 and 104 bit */