Hi,
I'm porting WL1273 driver on Android4.1 with Kernel 3.0.31
But when I start wlan_loader service and got a ERROR message with below.
===============
127|root@android:/system/etc/wifi # ls
firmware.bin
firmware_ap.bin
firmware_rfregulatory.bin
hostapd.conf
regulatory
tiap_drv.ko
tiwlan.ini
tiwlan_drv.ko
wpa_supplicant.conf
root@android:/system/etc/wifi # insmod tiwlan_drv.ko
[ 85.327056] TIWLAN: driver init
[ 85.330535] TI WiLink 1283 SDIO: Driver loaded
[ 85.452972] TIWLAN: probed with vendor 0x97, device 0x4076, class 0x0
[ 85.588073] TIWLAN: probed with vendor 0x97, device 0x4076, class 0x0
[ 85.594940] TIWLAN: Found TI/WLAN SDIO controller (vendor 0x97, device 0x4076, class num 0x2)
[ 85.604156] ==tiwlandrv==: Got platform data: IRQ=CD..
[ 85.615447] TI WiLink 1283 SDIO: Driver loaded
[ 85.629882] wifi_probe: got wlan irq 205
[ 85.634185] wifi_probe: got wlan irq trigger unknown flag
root@android:/system/etc/wifi #
root@android:/system/etc/wifi # start wlan_loader
[ 93.690399] ==tiwlandrv==: Got init cmd from wlan_loader..
[ 93.698028] TIWLAN: [2013-01-01 00:01:29:171997] :
[ 93.698028] XWINGCALIB: Calib data read FAIL!
[ 93.994720]
[ 93.994750] XWINGCALIB: Reading nvs from file...
[ 94.001739] XWINGCALIB : trying to read DieID from radio chip....
[ 94.008819] XWINGCALIB : DieID read successfully, DieId = 602C190379520802
[ 94.016693] TIWLAN: [2013-01-01 00:01:29:490661] : Working on a 1273 PG 2.0 board.
[ 94.054718] TIWLAN: [2013-01-01 00:01:29:528717] : HwInit , ERROR:Timeout waiting for writing bt_func7_sel
[ 94.066741] TIWLAN: [2013-01-01 00:01:29:540740] : DrvMain , ERROR:drvMain_SmEvent(): Multiple pending events (3), State = 3, Event = 11
[ 94.081604] TIWLAN: [2013-01-01 00:01:29:555603] : DrvMain , ERROR:drvMain_Sm: eEvent=11 at state=3, status=1
[ 94.093811] TIWLAN: [2013-01-01 00:01:29:567810] : context , ERROR:context_DisableClient() Client already disabled!!
[ 94.106781] TIWLAN: [2013-01-01 00:01:29:580749] : DrvMain , ERROR:drvMain_SmEvent(): Multiple pending events (3), State = 12, Event = 10
=========================
Could you please help this?
BRs,
Johnny