Re: [PATCH] rtlwifi: rtl8192cu: Fix performance issue.

2015-06-05 Thread Larry Finger
On 06/03/2015 07:47 PM, Taehee Yoo wrote: After physical reconnect, the rtl8192cu chipset shows low transmission rates.It cause is that variable iqk_initialized do not de-initialized. So I add this code. Signed-off-by: Taehee Yoo ap420...@gmail.com ---

[PATCH] rtlwifi: rtl8192cu: Fix performance issue.

2015-06-03 Thread Taehee Yoo
After physical reconnect, the rtl8192cu chipset shows low transmission rates.It cause is that variable iqk_initialized do not de-initialized. So I add this code. Signed-off-by: Taehee Yoo ap420...@gmail.com --- drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 8 +--- 1 file changed, 5