projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf39e8
)
Kconfig: IEEE80211 should not depend on NET_RADIO
author
Jeff Garzik
<jgarzik@pobox.com>
Thu, 8 Sep 2005 20:44:33 +0000
(16:44 -0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Thu, 8 Sep 2005 20:44:33 +0000
(16:44 -0400)
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.
net/ieee80211/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ieee80211/Kconfig
b/net/ieee80211/Kconfig
index 58ed4319e6930167664bce8e7e5c15cddda301b7..91b16fbf91f0c88ace7137e2e5709b5dfac4a0ae 100644
(file)
--- 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.