I am trying to run the wl12xx driver for a wl1271 on a custom 8148 board
wl12xx : compat-wireless-3.3-rc6-1
Kernel : 2.6.37
toolset : ti-ezsdk_dm814x-evm_5_03_01_15
Has anyone run compat-wireless-3.3-rc6-1 on an 8148 board?
What did you use for platform_data->platform_quirks ?
Did you modify anything else?
If I set platform_data->platform_quirks to 0 I get a VERY high interrupt count in /proc/interrupts for the wl12xx driver (several million an I am not even connected to an AP)
If I set platform_data->platform_quirks = WL12XX_PLATFORM_QUIRK_EDGE_IRQ; the interrupt is very low (only a few)
but I get often get the error "wl12xx: ERROR ELP wakeup timeout! " and still cannot connect to an AP using iw
NOTE that in both case I get the message "wl12xx: firmware booted (Rev 6.3.0.0.77)"
so basic booting seem to be ok, but beyond this I have problems
Suggestions would be appreciated ....
thanks
Bernard