From: Paolo 'Blaisorblade' Giarrusso The dependency on NET_RADIO is useless, because we select already it indirectly, through IEEE80211. The "recursive dependency" warning is actually IMHO partially wrong in this context (we don't have a recursive dependency, but we *do* have recursion in the code, for the way we recurse on "select" dependencies), but fixing it properly doesn't seem easy (and I've not the time for this). Signed-off-by: Paolo 'Blaisorblade' Giarrusso CC: Roman Zippel Cc: Sam Ravnborg Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/net/wireless/hostap/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/wireless/hostap/Kconfig~hostap-fix-kbuild-warning drivers/net/wireless/hostap/Kconfig --- 25/drivers/net/wireless/hostap/Kconfig~hostap-fix-kbuild-warning Tue Sep 20 16:40:07 2005 +++ 25-akpm/drivers/net/wireless/hostap/Kconfig Tue Sep 20 16:40:07 2005 @@ -1,6 +1,6 @@ config HOSTAP tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" - depends on NET_RADIO + #Dependency on NET_RADIO is implied by selecting IEEE80211 -> NET_RADIO. select IEEE80211 select IEEE80211_CRYPT_WEP ---help--- _