Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc640571 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c908c74e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{