* [PATCH -next] wireless: fix CFG80211_WEXT build problems [not found] <20091006165220.b5cb1c44.sfr@canb.auug.org.au> @ 2009-10-06 20:27 ` Randy Dunlap 2009-10-06 21:33 ` Johannes Berg 0 siblings, 1 reply; 2+ messages in thread From: Randy Dunlap @ 2009-10-06 20:27 UTC (permalink / raw) To: Stephen Rothwell, linville; +Cc: linux-next, LKML, linux-wireless From: Randy Dunlap <randy.dunlap@oracle.com> Fix CFG80211_WEXT build dependencies/errors: ERROR: "cfg80211_wext_siwscan" [drivers/net/wireless/orinoco/orinoco.ko] undefined! ERROR: "cfg80211_wext_siwmode" [drivers/net/wireless/orinoco/orinoco.ko] undefined! ERROR: "cfg80211_wext_giwrange" [drivers/net/wireless/orinoco/orinoco.ko] undefined! ERROR: "cfg80211_wext_giwmode" [drivers/net/wireless/orinoco/orinoco.ko] undefined! ERROR: "cfg80211_wext_giwname" [drivers/net/wireless/orinoco/orinoco.ko] undefined! ERROR: "cfg80211_wext_giwscan" [drivers/net/wireless/orinoco/orinoco.ko] undefined! ERROR: "cfg80211_wext_giwname" [drivers/net/wireless/ipw2x00/ipw2200.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- drivers/net/wireless/ipw2x00/Kconfig | 2 +- drivers/net/wireless/orinoco/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-next-20091006.orig/drivers/net/wireless/ipw2x00/Kconfig +++ linux-next-20091006/drivers/net/wireless/ipw2x00/Kconfig @@ -65,7 +65,7 @@ config IPW2100_DEBUG config IPW2200 tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" - depends on PCI && WLAN_80211 && CFG80211 + depends on PCI && WLAN_80211 && CFG80211 && CFG80211_WEXT select WIRELESS_EXT select WEXT_SPY select WEXT_PRIV --- linux-next-20091006.orig/drivers/net/wireless/orinoco/Kconfig +++ linux-next-20091006/drivers/net/wireless/orinoco/Kconfig @@ -1,7 +1,7 @@ config HERMES tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211 - depends on CFG80211 + depends on CFG80211 && CFG80211_WEXT select WIRELESS_EXT select WEXT_SPY select WEXT_PRIV ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] wireless: fix CFG80211_WEXT build problems 2009-10-06 20:27 ` [PATCH -next] wireless: fix CFG80211_WEXT build problems Randy Dunlap @ 2009-10-06 21:33 ` Johannes Berg 0 siblings, 0 replies; 2+ messages in thread From: Johannes Berg @ 2009-10-06 21:33 UTC (permalink / raw) To: Randy Dunlap; +Cc: Stephen Rothwell, linville, linux-next, LKML, linux-wireless [-- Attachment #1: Type: text/plain, Size: 1554 bytes --] On Tue, 2009-10-06 at 13:27 -0700, Randy Dunlap wrote: > From: Randy Dunlap <randy.dunlap@oracle.com> > > Fix CFG80211_WEXT build dependencies/errors: > > ERROR: "cfg80211_wext_siwscan" [drivers/net/wireless/orinoco/orinoco.ko] undefined! > ERROR: "cfg80211_wext_siwmode" [drivers/net/wireless/orinoco/orinoco.ko] undefined! > ERROR: "cfg80211_wext_giwrange" [drivers/net/wireless/orinoco/orinoco.ko] undefined! > ERROR: "cfg80211_wext_giwmode" [drivers/net/wireless/orinoco/orinoco.ko] undefined! > ERROR: "cfg80211_wext_giwname" [drivers/net/wireless/orinoco/orinoco.ko] undefined! > ERROR: "cfg80211_wext_giwscan" [drivers/net/wireless/orinoco/orinoco.ko] undefined! > ERROR: "cfg80211_wext_giwname" [drivers/net/wireless/ipw2x00/ipw2200.ko] undefined! > > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> > --- > drivers/net/wireless/ipw2x00/Kconfig | 2 +- > drivers/net/wireless/orinoco/Kconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > --- linux-next-20091006.orig/drivers/net/wireless/ipw2x00/Kconfig > +++ linux-next-20091006/drivers/net/wireless/ipw2x00/Kconfig > @@ -65,7 +65,7 @@ config IPW2100_DEBUG > > config IPW2200 > tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" > - depends on PCI && WLAN_80211 && CFG80211 > + depends on PCI && WLAN_80211 && CFG80211 && CFG80211_WEXT Interesting approach, thanks. I completely forgot about the half-converted drivers. The alternative would be to ifdef the code blobs, but I'm happy with this. johannes [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-06 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20091006165220.b5cb1c44.sfr@canb.auug.org.au>
2009-10-06 20:27 ` [PATCH -next] wireless: fix CFG80211_WEXT build problems Randy Dunlap
2009-10-06 21:33 ` Johannes Berg
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox