i have wl12xx driver in kernel. i have downloaded firmware wl128x-fw* from https://github.com/TI-OpenLink.
How can we know the driver version and firmware version?
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.
i have wl12xx driver in kernel. i have downloaded firmware wl128x-fw* from https://github.com/TI-OpenLink.
How can we know the driver version and firmware version?
Hi Jags,
After you clone the entire wl12xx project, you may do a git reset to a specific version you desire. The current up-to-date version is ol_R5.SP5.01
We do not recommend replacing the firmware files because each firmware corresponds to a specific driver version.
Hi Victor,
actually i want to use wl1283 in my custom board based on samsung processor. i am going to use android jb-4.1 for it.
so i have some questions regarding that.
is it necessary to build compat-drivers or we can simply use the wl12xx driver which are available in the kernel under drivers/net/wireless/wl12xx?
how can i know what is the version of my available driver and which firmware version should i use?
how can i get the specific firmware version?
somewhere i read that i need to do calibration after porting driver to android.so what is calibration?
from where can i get information about what should i do with android source tree so that it supports wl1283?
thanks......
regards,
jags gediya
Hi Jags,