This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

source code for the wl1273 wifi driver

Other Parts Discussed in Thread: WL1271, WL1283

Hi we need to modified to add a feature for a specific country.  I assume the driver is wl1271/tiwlan_drv.ko in the Android gingerbread stream, but I could not locate the code.

Is the source code available to us in a SDK or in the gingerbread source code?

Ed 

  • I tried to compile the source code at android/hardware/ti/wlan/wl1283/platforms/os/linux

    set the cross compiler   android/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-

    KERNEL_DIR  android/omap

    What should the "HOST_PLATFORM" be for OMAP4430?   (I greped omap2430 omap3430 zoom2 zoom1 but did not notice a omap4430?

    Ed