mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
rtlwifi: Increase the RX queue length for USB drivers
The current number of RX buffers queued is 32, which is too small under heavy load. That number is doubled. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
c908c74e00
commit
dc64057122
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ static void _rtl_rx_pre_process(struct ieee80211_hw *hw, struct sk_buff *skb)
|
|||
}
|
||||
}
|
||||
|
||||
#define __RX_SKB_MAX_QUEUED 32
|
||||
#define __RX_SKB_MAX_QUEUED 64
|
||||
|
||||
static void _rtl_rx_work(unsigned long param)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue