commit | 6e5f4436162848289f071be38ee6b87dc8ea653d | [log] [tgz] |
---|---|---|
author | Troy Tan <troy_tan@realsil.com.cn> | Tue Jan 20 11:01:23 2015 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Feb 03 15:10:19 2015 +0200 |
tree | 68b77dff70fc4d3baa96519c1d1265a5d7803896 | |
parent | b661a5da57766f4f565d64238b753d6efc0f5499 [diff] |
rtlwifi: rtl8192ee: Fix TX hang due to failure to update TX write point 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> Cc: Stable <stable@vger.kernel.org> [V3.18] Signed-off-by: Kalle Valo <kvalo@codeaurora.org>