From: Troy Tan Date: Tue, 3 Feb 2015 17:15:17 +0000 (-0600) Subject: rtlwifi: rtl8192ee: Fix handling of new style descriptors X-Git-Tag: fixes-v4.0-rc1~150^2~10^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0311314d00298f83aa5450a1d4a92889e7cc2ea;p=pandora-kernel.git 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 Signed-off-by: Larry Finger Cc: Stable [V3.18] Signed-off-by: Kalle Valo --- Reading git-diff-tree failed