staging: r8712u: Use asynchronous firmware loading
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 6 Feb 2012 03:12:26 +0000 (21:12 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2012 22:14:15 +0000 (14:14 -0800)
commit8c213fa59199f9673d66970d6940fa093186642f
treee7357cf1101a7b1451ab4b5c05245c34ad97436a
parent737912e11bf5bd4874acc771d8511a6eab891fc5
staging: r8712u: Use asynchronous firmware loading

In https://bugs.archlinux.org/task/27996, failure of driver r8712u is
reported, with a timeout during module loading due to synchronous loading
of the firmware. The code now uses request_firmware_nowait().

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/drv_types.h
drivers/staging/rtl8712/hal_init.c
drivers/staging/rtl8712/os_intfs.c
drivers/staging/rtl8712/rtl8712_hal.h
drivers/staging/rtl8712/usb_intf.c