commit | 6f8d6b20bb0bdda333e781faf775db14cb4660dd | [log] [tgz] |
---|---|---|
author | Ido Yariv <ido@wizery.com> | Sun Sep 02 01:32:47 2012 +0300 |
committer | Luciano Coelho <luca@coelho.fi> | Thu Sep 27 12:13:54 2012 +0300 |
tree | a898152d4290cf43c9c7568ac3e60c3251cc617d | |
parent | 3992eb2bf2b1f6d244cf527c922c0cbd810e69c5 [diff] |
wlcore: Load the NVS file asynchronously The NVS file is loaded by the device's probe callback with the help of request_firmware(). Since request_firmware() relies on udevd, the modules cannot be loaded before hotplug events are handled. Fix this by loading the NVS file asynchronously and continue initialization only after the firmware request is over. Signed-off-by: Ido Yariv <ido@wizery.com> Signed-off-by: Luciano Coelho <luca@coelho.fi>