]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtlwifi: rtl8192ce: Fix loss of receive performance
authorJingjun Wu <jingjun_wu@realsil.com.cn>
Sat, 3 Mar 2012 02:52:14 +0000 (20:52 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 17:31:52 +0000 (10:31 -0700)
commit65c0d88c73b35940e757d94160c3ac30c022b8e4
tree9bacd726554312d809eee61bf78746a878ef0456
parent985f1729c3be24774673d3fc09ae5959c3db65e8
rtlwifi: rtl8192ce: Fix loss of receive performance

commit a9b89e2567c743483e6354f64d7a7e3a8c101e9e upstream.

Driver rtl8192ce when used with the RTL8188CE device would start at about
20 Mbps on a 54 Mbps connection, but quickly drop to 1 Mbps. One of the
symptoms is that the AP would need to retransmit each packet 4 of 5 times
before the driver would acknowledge it. Recovery is possible only by
unloading and reloading the driver. This problem was reported at
https://bugzilla.redhat.com/show_bug.cgi?id=770207.

The problem is due to a missing update of the gain setting.

Signed-off-by: Jingjun Wu <jingjun_wu@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c