]> git.ipfire.org Git - people/ms/linux.git/commit
rtlwifi: rtl8192ee: Fix TX hang due to failure to update TX write point
authorTroy Tan <troy_tan@realsil.com.cn>
Tue, 20 Jan 2015 17:01:23 +0000 (11:01 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:52:46 +0000 (14:52 -0800)
commit67861ed5ca8d34c173f4c21b829052664873f4a2
tree253e7fd0dc5a99f373633d449e0aed1385a072d2
parentdb8ecaa9bd06d3ab5aa46e53db2e6afdd851aaf5
rtlwifi: rtl8192ee: Fix TX hang due to failure to update TX write point

commit 6e5f4436162848289f071be38ee6b87dc8ea653d upstream.

Initially, the routine to update the write point in the FIFO buffer was
coded to save CPU time by not doing the calculation every interrupt. This
was an error and results in TX hangs.

Signed-off-by: Troy Tan <troy_tan@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/rtlwifi/rtl8192ee/trx.c