git: 638fcd53db7d - main - rtwn: bump up the RX USB buffers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 23:49:02 UTC
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 {