Hai all,
I am using WL1835 Module, and integrating with TI-AM335x customized board.
I Compiled the driver with Linux 3.12.10.and also compiled the firmware by using the link http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts
I have added the platform data in Board file.
All successfully compiled and I am booting with the compiled images,
While I am loading the modules, There is no response from WL18xx. I meant to say Interface is not creating.
Here I am posting the logs.
root@am335x-evm:~# modprobe wlcore
[ 33.785224] cfg80211: Calling CRDA to update world regulatory domain
root@am335x-evm:~#
root@am335x-evm:~# modprobe wl18xx
root@am335x-evm:~# modprobe wlcore_sdio
root@am335x-evm:~#
root@am335x-evm:~# lsmod
Module Size Used by
wlcore_sdio 4253 0
wl18xx 81088 0
wlcore 165643 1 wl18xx
mac80211 254196 2 wl18xx,wlcore
cfg80211 164473 3 mac80211,wl18xx,wlcore
root@am335x-evm:~# dmesg | tail
[ 33.785224] cfg80211: Calling CRDA to update world regulatory domain
root@am335x-evm:~#
Thanks for your Time.
Please any one help me to solve the problem
Regards
~
Bhaskar