summaryrefslogtreecommitdiffstats
path: root/net/ieee80211/Kconfig
diff options
context:
space:
mode:
authorJeff Garzik2005-09-08 22:44:33 +0200
committerJeff Garzik2005-09-08 22:44:33 +0200
commit45ac56ca6403b83ad880083be164c425f4b50882 (patch)
tree866ca7f8e50e4ea5bb7221416af15ce53c8b2309 /net/ieee80211/Kconfig
parent[SCSI] Re-do "final klist fixes" (diff)
downloadkernel-qcow2-linux-45ac56ca6403b83ad880083be164c425f4b50882.tar.gz
kernel-qcow2-linux-45ac56ca6403b83ad880083be164c425f4b50882.tar.xz
kernel-qcow2-linux-45ac56ca6403b83ad880083be164c425f4b50882.zip
Kconfig: IEEE80211 should not depend on NET_RADIO
We should not restrict use of ieee80211 to only when wireless drivers are enabled. In-development and out-of-tree drivers may wish to use it, and by removing this restriction we eliminate a circular dependency.
Diffstat (limited to 'net/ieee80211/Kconfig')
-rw-r--r--net/ieee80211/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 58ed4319e693..91b16fbf91f0 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -1,6 +1,5 @@
config IEEE80211
tristate "Generic IEEE 802.11 Networking Stack"
- select NET_RADIO
---help---
This option enables the hardware independent IEEE 802.11
networking stack.