Thanks Parth,
for the interest, i have actually figured it out, the reason for the
errors was that the defconfig had the bcm4329 not set, what i did was
change it to be built as a module, and got that error, but just
figured out that you also need to set enable wifi control function
abstraction under device  system type in the .config and it all built
fine ;)

On Sep 6, 7:43 pm, parth shah <parthmshah2...@gmail.com> wrote:
> Hi Vadim,
>
> Did you change anything in driver source files?
>
> Thanks,
> Parth
>
>
>
>
>
>
>
> On Tue, Sep 6, 2011 at 3:10 PM, Vadim <vso...@gmail.com> wrote:
> > i am trying to compile the 2.6.35.7 kernel supplied by huawei, the
> > kernel builds fine but the bcm4329 wifi module gives
>
> > ERROR: "wifi_get_irq_number" [drivers/net/wireless/bcm4329/bcm4329.ko]
> > undefined!
> > ERROR: "wifi_set_power" [drivers/net/wireless/bcm4329/bcm4329.ko]
> > undefined!
> > ERROR: "wifi_get_mac_addr" [drivers/net/wireless/bcm4329/bcm4329.ko]
> > undefined!
> > make[1]: *** [__modpost] Error 1
> > make: *** [modules] Error 2
>
> > I built the kernel as follows:
>
> > make  hw_msm7x27_defconfig
>
> > export ARCH=arm
>
> > export PATH=$PATH:/home/vadim/Documents/Android_building/CyanogenMod_7/
> > prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin
>
> > make -j16 ARCH=arm CROSS_COMPILE=arm-eabi-
>
> > Can anyone tell me whats going on?
>
> > --
> > unsubscribe: android-kernel+unsubscr...@googlegroups.com
> > website:http://groups.google.com/group/android-kernel

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to