Re: [RESEND, 1/2] rtlwifi: rtl8192ee: Fix handling of new style descriptors

2015-02-05 Thread Kalle Valo
From: Troy Tan troy_...@realsil.com.cn 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

[PATCH RESEND 1/2] rtlwifi: rtl8192ee: Fix handling of new style descriptors

2015-02-03 Thread Larry Finger
From: Troy Tan troy_...@realsil.com.cn 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.