opnsense-src/sys/dev/rtwn/usb
Adrian Chadd b59017c5ca rtwn: add placeholder for the per-MACID rate report
Some chipsets (such as the RTL8188E) have firmware which supports
a second kind of TX report - instead of a per-packet TX report,
it can generate a per-MACID summary of packet success/failure counters.

This would be helpful for those chips to cut back on the USB traffic
to get rate control feedback for the driver based rate control we're
currently using.

This is a no-op; it just gets the pieces in place for future work.

Differential Revision:	https://reviews.freebsd.org/D47894
2024-12-06 16:22:47 -08:00
..
rtwn_usb_attach.c rtwn: change the USB TX transfers to only do one pending transfer per endpoint 2024-11-20 17:56:56 -08:00
rtwn_usb_attach.h rtwn: Add device ID for TPLink RTL8192CU 2024-11-21 10:40:11 -05:00
rtwn_usb_ep.c rtwn: change the USB TX transfers to only do one pending transfer per endpoint 2024-11-20 17:56:56 -08:00
rtwn_usb_ep.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
rtwn_usb_reg.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rtwn_usb_reg.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
rtwn_usb_rx.c rtwn: add placeholder for the per-MACID rate report 2024-12-06 16:22:47 -08:00
rtwn_usb_rx.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
rtwn_usb_tx.c rtwn: change the USB TX transfers to only do one pending transfer per endpoint 2024-11-20 17:56:56 -08:00
rtwn_usb_tx.h rtwn: change the USB TX transfers to only do one pending transfer per endpoint 2024-11-20 17:56:56 -08:00
rtwn_usb_var.h rtwn: change the USB TX transfers to only do one pending transfer per endpoint 2024-11-20 17:56:56 -08:00