Part Number:WL1831MOD
Tool/software: Linux
Hi
I am using 1831MOD on my custom board which has kernel 4.4.16 ported on it. The Wireless is accessible on SDIO interface. I could successfully generate all modules for the 1831MOD. But when I am loading them onto the board I get the warning " wlcore: WARNING unsupported chip id: 0x400" and the probe of the wlcore returns from here.
1) while porting, I saw that in the wlcore/main.c it expects wlcore_platform_data which has if_operations. I am unable to understand the expectation from its read and write function calls. Since I have left them empty. I think I am getting the below warning. Should they be left blank and if not then what is the expected functions for it.
2)When I modprobe the drivers I get this warning.
----------------------------------------------------------------------------
wlcore: wl18xx HW: UNKNOWN, PG 2.0 (ROM 0x8)
wlcore: WARNING unsupported chip id: 0x400
----------------------------------------------------------------------------
Kindly help !!