Hi All,
We have a 3.12 Linux Kernel running on a DM368 board with a WL1273L wifi module connected through the SDIO. We've been successfull at using the wifi when the SDIO is setup as PIO. However, when we enable DMA support in the kernel, the wifi stops working.
All the wifi modules are loaded correctly, however the wlcore.ko module halts when we perform an "ifconfig wlan0 up" on wlcore_boot_static_data function from wlcore module.
Any ideas?
Thanks in advance