]> git.baikalelectronics.ru Git - kernel.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)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 6 Mar 2012 20:16:06 +0000 (15:16 -0500)
commitdff223337c906c2ee624a3220e8bfa8c1a67d86e
tree58143faa5ff41be7b09389b75ddef0f0abc12a49
parentf669cb315c9a1b6636f750be8c6bd17a2ec8ba9c
rtlwifi: rtl8192ce: Fix loss of receive performance

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>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c