summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorLarry Finger2012-03-09 05:27:46 +0100
committerJohn W. Linville2012-03-13 19:54:16 +0100
commit6b6fa5868eec26bdc6a83543cebb8cf832a2645a (patch)
tree71f845d127ec1ff121b8a336ead86c6a6ac1c1bb /net
parentb43legacy: Load firmware from work queue instead of from probe routine (diff)
downloadkernel-qcow2-linux-6b6fa5868eec26bdc6a83543cebb8cf832a2645a.tar.gz
kernel-qcow2-linux-6b6fa5868eec26bdc6a83543cebb8cf832a2645a.tar.xz
kernel-qcow2-linux-6b6fa5868eec26bdc6a83543cebb8cf832a2645a.zip
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions