* [PATCH -next] libertas: depends on CFG80211 [not found] <20091009190654.741eeffd.sfr@canb.auug.org.au> @ 2009-10-09 23:17 ` Randy Dunlap 2009-10-12 7:11 ` Holger Schurig 2009-10-12 7:18 ` Holger Schurig 0 siblings, 2 replies; 3+ messages in thread From: Randy Dunlap @ 2009-10-09 23:17 UTC (permalink / raw) To: Stephen Rothwell, linux-wireless, Dan Williams Cc: linux-next, LKML, libertas-dev From: Randy Dunlap <randy.dunlap@oracle.com> libertas uses CFG80211 functions so it should depend on that symbol. drivers/built-in.o: In function `lbs_cfg_free': (.text+0x9ca93): undefined reference to `wiphy_unregister' drivers/built-in.o: In function `lbs_cfg_free': (.text+0x9ca9a): undefined reference to `wiphy_free' drivers/built-in.o: In function `lbs_cfg_register': (.text+0x9cb45): undefined reference to `wiphy_register' drivers/built-in.o: In function `lbs_cfg_alloc': (.text+0x9cc64): undefined reference to `wiphy_new' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- drivers/net/wireless/libertas/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20091009.orig/drivers/net/wireless/libertas/Kconfig +++ linux-next-20091009/drivers/net/wireless/libertas/Kconfig @@ -1,6 +1,6 @@ config LIBERTAS tristate "Marvell 8xxx Libertas WLAN driver support" - depends on WLAN_80211 + depends on WLAN_80211 && CFG80211 select WIRELESS_EXT select WEXT_SPY select LIB80211 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] libertas: depends on CFG80211 2009-10-09 23:17 ` [PATCH -next] libertas: depends on CFG80211 Randy Dunlap @ 2009-10-12 7:11 ` Holger Schurig 2009-10-12 7:18 ` Holger Schurig 1 sibling, 0 replies; 3+ messages in thread From: Holger Schurig @ 2009-10-12 7:11 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, linux-wireless, Dan Williams, linux-next, libertas-dev > libertas uses CFG80211 functions so it should depend on that symbol. Ack. Sigh, I should concentrate more on getting clean patches on the first iteration. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] libertas: depends on CFG80211 2009-10-09 23:17 ` [PATCH -next] libertas: depends on CFG80211 Randy Dunlap 2009-10-12 7:11 ` Holger Schurig @ 2009-10-12 7:18 ` Holger Schurig 1 sibling, 0 replies; 3+ messages in thread From: Holger Schurig @ 2009-10-12 7:18 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, linux-wireless, Dan Williams, linux-next, libertas-dev Oh, and I sent in the same patch: http://marc.info/?l=linux-wireless&m=125507252131925&w=4 I don't care which one get's applied. -- http://www.holgerschurig.de ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-12 7:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20091009190654.741eeffd.sfr@canb.auug.org.au>
2009-10-09 23:17 ` [PATCH -next] libertas: depends on CFG80211 Randy Dunlap
2009-10-12 7:11 ` Holger Schurig
2009-10-12 7:18 ` Holger Schurig
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox