Re: [PATCH 1/1] rtlwifi: Clear ACM_CTRL AC3_VO bit correctly

2015-02-26 Thread Kalle Valo
Larry Finger writes: > On 02/06/2015 04:24 PM, jes.soren...@redhat.com wrote: >> From: Jes Sorensen >> >> All hw driver components in the rtlwifi driver, except for the >> rtl8192de component has this bug. They would clear BE bit in the >> ACM_CTRL register instead of the VO bit when processing

Re: [PATCH 1/1] rtlwifi: Clear ACM_CTRL AC3_VO bit correctly

2015-02-09 Thread Larry Finger
On 02/06/2015 04:24 PM, jes.soren...@redhat.com wrote: From: Jes Sorensen All hw driver components in the rtlwifi driver, except for the rtl8192de component has this bug. They would clear BE bit in the ACM_CTRL register instead of the VO bit when processing the VO queue. Signed-off-by: Jes Sor

[PATCH 1/1] rtlwifi: Clear ACM_CTRL AC3_VO bit correctly

2015-02-06 Thread Jes . Sorensen
From: Jes Sorensen All hw driver components in the rtlwifi driver, except for the rtl8192de component has this bug. They would clear BE bit in the ACM_CTRL register instead of the VO bit when processing the VO queue. Signed-off-by: Jes Sorensen --- drivers/net/wireless/rtlwifi/rtl8188ee/hw.c |