I don't think that it really helps, but you can do a
lsmod
at your stock fw(kernel) and look if you can identify kernel object(s) for WiFi/BT and try to use/load it at another fw(kernel) with
modprobe
(of cause you have, if exist, to save the .ko from the original fw to the fw you want to use/try)
=> http://www.linux.org/threads/the-lin...-modules.5265/
I would manage it via adb... (adb shell)
Comment