Commit 12470254 authored by Larry Finger's avatar Larry Finger Committed by Greg Kroah-Hartman

rtlwifi: Increase the RX queue length for USB drivers

commit dc640571 upstream.

The current number of RX buffers queued is 32, which is too small under
heavy load. That number is doubled.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 057648f9
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment