Date: Wed, 18 Dec 2024 23:49:02 GMT From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 638fcd53db7d - main - rtwn: bump up the RX USB buffers Message-ID: <202412182349.4BINn2gP038244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=638fcd53db7d538bf2cf229458c9b954c44a576c commit 638fcd53db7d538bf2cf229458c9b954c44a576c Author: Adrian Chadd <adrian@FreeBSD.org> AuthorDate: 2024-12-08 19:33:21 +0000 Commit: Adrian Chadd <adrian@FreeBSD.org> CommitDate: 2024-12-18 23:47:37 +0000 rtwn: bump up the RX USB buffers We should just keep the RX pipeline busy. Differential Revision: https://reviews.freebsd.org/D47990 Reviewed by: imp --- sys/dev/rtwn/usb/rtwn_usb_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/rtwn/usb/rtwn_usb_var.h b/sys/dev/rtwn/usb/rtwn_usb_var.h index 646dde66aeab..27cd2b4e2762 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_var.h +++ b/sys/dev/rtwn/usb/rtwn_usb_var.h @@ -30,7 +30,7 @@ #define RTWN_IFACE_INDEX 0 -#define RTWN_USB_RX_LIST_COUNT 1 +#define RTWN_USB_RX_LIST_COUNT 16 #define RTWN_USB_TX_LIST_COUNT 16 struct rtwn_data {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412182349.4BINn2gP038244>