diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-09-24 18:13:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:00:46 -0400 |
commit | 7e272fcff6f0a32a3d46e600ea5895f6058f4e2d (patch) | |
tree | 39857028913862af4d71170d1f16ee360ba49115 /net/ieee80211/Kconfig | |
parent | ddf4ac53fb8a12a027c0486db743ae040f45b56a (diff) |
wireless: consolidate on a single escape_essid implementation
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/Kconfig')
-rw-r--r-- | net/ieee80211/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig index df9624c3cebf..d2282bb2e4f1 100644 --- a/net/ieee80211/Kconfig +++ b/net/ieee80211/Kconfig | |||
@@ -11,6 +11,7 @@ config IEEE80211 | |||
11 | select IEEE80211_CRYPT_WEP | 11 | select IEEE80211_CRYPT_WEP |
12 | select IEEE80211_CRYPT_TKIP | 12 | select IEEE80211_CRYPT_TKIP |
13 | select IEEE80211_CRYPT_CCMP | 13 | select IEEE80211_CRYPT_CCMP |
14 | select LIB80211 | ||
14 | ---help--- | 15 | ---help--- |
15 | This option enables the hardware independent IEEE 802.11 | 16 | This option enables the hardware independent IEEE 802.11 |
16 | networking stack. This component is deprecated in favor of the | 17 | networking stack. This component is deprecated in favor of the |