On Thu, 2007-09-27 at 10:17 -0700, Randy Dunlap wrote:
From: Randy Dunlap <redacted>
Fix missing symbols in libertas USB driver when it is modular and rest
of libertas is built-in.
Ohhh. Thanks Randy, I stared at this problem for a while and never
noticed that it said _USB there.
quoted hunk ↗ jump to hunk
Signed-off-by: Randy Dunlap <redacted>
---
drivers/net/wireless/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.23-rc8.orig/drivers/net/wireless/Makefile
+++ linux-2.6.23-rc8/drivers/net/wireless/Makefile
@@ -43,7 +43,7 @@ obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o
obj-$(CONFIG_PCMCIA_WL3501) += wl3501_cs.o
obj-$(CONFIG_USB_ZD1201) += zd1201.o
-obj-$(CONFIG_LIBERTAS_USB) += libertas/
+obj-$(CONFIG_LIBERTAS) += libertas/
rtl8187-objs := rtl8187_dev.o rtl8187_rtl8225.o
obj-$(CONFIG_RTL8187) += rtl8187.o
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html