diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index c143ac8965db..1a2114b8d221 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -541,13 +541,11 @@ struct ieee80211_if_conf { | |||
541 | 541 | ||
542 | /** | 542 | /** |
543 | * enum ieee80211_key_alg - key algorithm | 543 | * enum ieee80211_key_alg - key algorithm |
544 | * @ALG_NONE: Unset key algorithm, will never be passed to the driver | ||
545 | * @ALG_WEP: WEP40 or WEP104 | 544 | * @ALG_WEP: WEP40 or WEP104 |
546 | * @ALG_TKIP: TKIP | 545 | * @ALG_TKIP: TKIP |
547 | * @ALG_CCMP: CCMP (AES) | 546 | * @ALG_CCMP: CCMP (AES) |
548 | */ | 547 | */ |
549 | enum ieee80211_key_alg { | 548 | enum ieee80211_key_alg { |
550 | ALG_NONE, | ||
551 | ALG_WEP, | 549 | ALG_WEP, |
552 | ALG_TKIP, | 550 | ALG_TKIP, |
553 | ALG_CCMP, | 551 | ALG_CCMP, |