Tool/software: Linux
Hi
We are using 4.10 kernel on imxquad board.
what are the versions for wlcore drivers that we need to upgrade to.?
Thanks
Ashish S
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi
We are using 4.10 kernel on imxquad board.
what are the versions for wlcore drivers that we need to upgrade to.?
Thanks
Ashish S
Hi Ashish,
Since kernel 4.1 the WL18xx drivers are mainline, so you just need to enable them in defconfig
Iain
Hi Ashish,
It should just be a case of adding to the defconfig file you are using for your kernel. Make sure you have
CONFIG_WL_TI=y
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m
and one security option that is needed for building wl18xx.ko
CONFIG_CRYPTO_CCM=y
Iain