2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 19:23:57 +08:00
linux-next/drivers/net/wireless/rtlwifi/rtl8192ee
Troy Tan d0311314d0 rtlwifi: rtl8192ee: Fix handling of new style descriptors
The hardware and firmware for the RTL8192EE utilize a FIFO list of
descriptors. There were some problems with the initial implementation.
The worst of these failed to detect that the FIFO was becoming full,
which led to the device needing to be power cycled. As this condition
is not relevant to most of the devices supported by rtlwifi, a callback
routine was added to detect this situation. This patch implements the
necessary changes in the pci handler, and the linkage into the appropriate
rtl8192ee routine.

Signed-off-by: Troy Tan <troy_tan@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org> [V3.18]
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-02-06 08:36:00 +02:00
..
def.h
dm.c rtlwifi: rtl8192ee: Convert driver to use common DM table initialization 2015-01-09 15:48:15 +02:00
dm.h rtlwifi: Move macro definitions to core 2015-01-09 15:48:20 +02:00
fw.c rtlwifi: rtl8192ee: Fix adhoc fail 2015-02-03 15:10:15 +02:00
fw.h
hw.c rtlwifi: rtl8192ee: Fix DMA stalls 2015-02-03 15:10:41 +02:00
hw.h
led.c
led.h
Makefile net: wireless: rtlwifi: rtl8192ee: Fix compilation of the driver 2014-11-24 16:51:26 -05:00
phy.c
phy.h
pwrseq.c
pwrseq.h
reg.h rtlwifi: rtl8192ee: Fix DMA stalls 2015-02-03 15:10:41 +02:00
rf.c
rf.h
sw.c rtlwifi: rtl8192ee: Fix handling of new style descriptors 2015-02-06 08:36:00 +02:00
sw.h
table.c
table.h
trx.c rtlwifi: rtl8192ee: Fix handling of new style descriptors 2015-02-06 08:36:00 +02:00
trx.h rtlwifi: rtl8192ee: Fix handling of new style descriptors 2015-02-06 08:36:00 +02:00