android_kernel_motorola_sm6225/drivers/net/wireless/rtlwifi
Larry Finger b0302aba81 rtlwifi: Convert to asynchronous firmware load
This patch addresses a kernel bugzilla report and two recent mail threads.

The kernel bugzilla report is https://bugzilla.kernel.org/show_bug.cgi?id=42632,
which reports a udev timeout on boot.

The first mail thread, which was on LKML (http://lkml.indiana.edu/hypermail/
linux/kernel/1112.3/00965.html) was for a WARNING that occurs after a
suspend/resume cycle for rtl8192cu.

The scond mail thread (http://marc.info/?l=linux-wireless&m=132655490826766&w=2)
concerned changes in udev that break drivers that delay while firmware is loaded
on modprobe.

This patch converts all rtlwifi-based drivers to use the asynchronous firmware
loading mechanism. Drivers rtl8192ce, rtl8192cu and rtl8192de share a common
callback routine. Driver rtl8192se needs different handling of the firmware,
thus it has its own code.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-01-30 15:48:50 -05:00
..
rtl8192c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
rtl8192ce rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
rtl8192cu rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
rtl8192de rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
rtl8192se rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
base.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
base.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
cam.c rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
cam.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
core.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
core.h rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
debug.c rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
debug.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
efuse.c rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
efuse.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
Kconfig rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging code 2012-01-24 14:07:41 -05:00
Makefile rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driver 2011-06-27 15:09:38 -04:00
pci.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
pci.h rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
ps.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
ps.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
rc.c rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
rc.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
regd.c rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
regd.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
usb.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
usb.h rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
wifi.h rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00