On Wed, Feb 08, 2006 at 08:16:30PM +0100, Michael Buesch wrote: [...] > > I am not sure what you are doing, but it compiles for me. ;) > Are you trying on a recent kernel with softmac installed? >
Yes, my build setup is ok. The issue was KBUILD_MODNAME is defined without quotes. I did a patch around it by throwing an override along the lines of: --- bcm43xx-standalone-060208/drivers/net/wireless/bcm43xx/bcm43xx.h 2006-02-08 07:12:33.000000000 -0800 +++ bcm43xx-standalone-mod/drivers/net/wireless/bcm43xx/bcm43xx.h 2006-02-08 11:28:34.000000000 -0800 @@ -17,6 +17,7 @@ #include "bcm43xx_leds.h" +#define KBUILD_MODNAME "bcm43xx" #define PFX KBUILD_MODNAME ": " #define BCM43xx_SWITCH_CORE_MAX_RETRIES 10 That obviously doesn't work for the long term, but it gives you a clear idea of what I ran into that I can't properly describe in words. Scott. -- http://quadhome.com/ - Personal webpage
signature.asc
Description: Digital signature
