I want to use usb wifi adapter in custom android board, so far I was able to build driver for chipset, and android is able to detect the dongle, and even creates wlan0
. But I don't how to load firmware as there is one bin
file. When I am trying to do netcfg wlan0 up
, then I am getting following error Request firmware failed with error 0xfffffffe
.
So I need help, that to know how android includes that firmware in build.
Regards, Yuvi