diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-20 18:46:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-01-30 20:35:30 -0500 |
commit | d86b5e0e6bf5980d3136ab4a855522143f2dcb5d (patch) | |
tree | 8b63a48c3c063a5cdebeef29f05e698c7143bdf7 /net/Kconfig | |
parent | 747af1e154545566d04f647f86fc3ae512439fab (diff) |
[PATCH] net/: fix the WIRELESS_EXT abuse
This patch contains the following changes:
- add a CONFIG_WIRELESS_EXT select'ed by NET_RADIO for conditional
code
- remove the now no longer required #ifdef CONFIG_NET_RADIO from some
#include's
Based on a patch by Jean Tourrilhes <jt@hpl.hp.com>.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index bc603d9aea56..d6216888c3ae 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -217,6 +217,9 @@ source "net/irda/Kconfig" | |||
217 | source "net/bluetooth/Kconfig" | 217 | source "net/bluetooth/Kconfig" |
218 | source "net/ieee80211/Kconfig" | 218 | source "net/ieee80211/Kconfig" |
219 | 219 | ||
220 | config WIRELESS_EXT | ||
221 | bool | ||
222 | |||
220 | endif # if NET | 223 | endif # if NET |
221 | endmenu # Networking | 224 | endmenu # Networking |
222 | 225 | ||