Larry Finger 6b6fa5868e b43: Load firmware from a work queue and not from the probe routine
Recent changes in udev are causing problems for drivers that load firmware
from the probe routine. As b43 has such a structure, it must be changed.
As this driver loads more than 1 firmware file, changing to the asynchronous routine
request_firmware_nowait() would be complicated. In this implementation, the probe
routine starts a queue that calls the firmware loading routines.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-03-13 14:54:16 -04:00
..
2011-07-07 15:18:01 +02:00
2011-08-26 10:47:57 -04:00
2011-09-27 14:34:02 -04:00
2011-09-19 16:10:14 -04:00
2011-09-27 14:34:02 -04:00
2011-07-07 15:18:01 +02:00
2011-11-07 13:19:12 -05:00