linux/drivers/net/wireless/realtek/rtl8xxxu
Jes Sorensen 29d5e6fbd6 rtl8xxxu: Fix rtl8192eu driver reload issue
The 8192eu suffered from two issues when reloading the driver.

The same problems as with the 8723bu where REG_RX_WAIT_CCA bits 22 and
23 didn't get set in rtl8192e_enable_rf().

In addition it also seems prone to issues when setting REG_RF_CTRL to
0 intead of just disabling the RF_ENABLE bit. Similar to what was
causing issues with the 8188eu.

With this patch I can successfully reload the driver and reassociate
to an APi with an 8192eu dongle.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Cc: stable@vger.kernel.org # 4.8+
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-10-07 14:24:20 +03:00
..
Kconfig rtl8xxxu: Fix typo in Kconfig help text 2016-02-25 11:55:27 +02:00
Makefile rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.c 2016-05-03 13:07:18 +03:00
rtl8xxxu_8192c.c rtl8xxxu: Split filling of TX descriptors into separate functions 2016-09-03 19:57:31 +03:00
rtl8xxxu_8192e.c rtl8xxxu: Fix rtl8192eu driver reload issue 2016-10-07 14:24:20 +03:00
rtl8xxxu_8723a.c rtl8xxxu: Split filling of TX descriptors into separate functions 2016-09-03 19:57:31 +03:00
rtl8xxxu_8723b.c rtl8xxxu: Fix rtl8723bu driver reload issue 2016-10-07 14:23:50 +03:00
rtl8xxxu_core.c rtl8xxxu: Fix big-endian problem reporting mactime 2016-10-07 14:22:35 +03:00
rtl8xxxu_regs.h rtl8xxxu: Implement 8192e specific power down sequence 2016-09-17 18:16:19 +03:00
rtl8xxxu.h rtl8xxxu: Fix big-endian problem reporting mactime 2016-10-07 14:22:35 +03:00