diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-26 11:53:17 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:18 -0400 |
commit | 628a140ba033ef201706a8c7e767c8a0c0f8326c (patch) | |
tree | 7aae1dbc152bf9180fee3d238f224c2f4b1741b5 /include/net/mac80211.h | |
parent | 640845a5632390eaa9357cd818646c8f0ee3d47e (diff) |
[MAC80211]: remove ALG_NONE
This "algorithm" is used only internally and is not useful.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Michael Buesch <mb@bu3sch.de>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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, |