]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtlwifi: Change order in device startup
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 25 Nov 2014 16:32:07 +0000 (10:32 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 25 Nov 2014 19:22:22 +0000 (14:22 -0500)
commit7d63a5f9b25ba6b130da8eb2d32a72b1462d0249
treeb88ff7e873ba9be82ba0141e88d3d39e1c698756
parenta91ed1901a80b401afa1b718d941d3450d868151
rtlwifi: Change order in device startup

The existing order of steps when starting the PCI devices works for
2.4G devices, but fails to initialize the 5G section of the RTL8821AE
hardware.

This patch is needed to fix the regression reported in Bug #88811
(https://bugzilla.kernel.org/show_bug.cgi?id=88811).

Reported-by: Valerio Passini <valerio.passini@unicam.it>
Tested-by: Valerio Passini <valerio.passini@unicam.it>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Valerio Passini <valerio.passini@unicam.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/pci.c