mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
rtlwifi: Increase the RX queue length for USB drivers
commit dc64057122 upstream.
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
057648f92b
commit
12470254ad
@@ -550,7 +550,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user