CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/13 08:28:49
Modified files:
sys/dev/pci : if_iwx.c
Log message:
Fix Tx performance on iwx(4) BZ devices.
BZ devices need to be told how long the MAC header is in the offload_assist
field of the Tx command, even if no offloading features are being used.
Found by chance while browsing iwlwifi driver git logs.
See linux.git commit af8bfc7e38a7ad4f8e1663de7ab1463e644050b2
