]> git.itanic.dy.fi Git - linux-stable/commit
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>
Mon, 13 Feb 2012 19:17:03 +0000 (11:17 -0800)
commitbc5d453eab4506cb52397db8830d1070904265a4
tree950f696eea2c80e21bd22118a10877fa9e8e0724
parent1cbce5d4added4defb84dc19acab3efc86b1e979
staging: r8712u: Use asynchronous firmware loading

commit 8c213fa59199f9673d66970d6940fa093186642f upstream.

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>
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