Pārlūkot izejas kodu

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.
Jeff Garzik 20 gadi atpakaļ
vecāks
revīzija
45ac56ca64
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      net/ieee80211/Kconfig

+ 0 - 1
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.