diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2024-12-08 19:33:21 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2024-12-18 23:47:37 +0000 |
commit | 638fcd53db7d538bf2cf229458c9b954c44a576c (patch) | |
tree | 8f53e2b407ef8e44399eb1defad061f23cfcb9c7 | |
parent | 25af78d0bdcfda995de27afc602fd86abdbef346 (diff) |
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
-rw-r--r-- | sys/dev/rtwn/usb/rtwn_usb_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |