CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/03/04 12:31:28
Modified files: sys/dev/pci : if_iwx.c Log message: Properly set A-MPDU density for MLD firmwares. Clamp A-MPDU sizes to 4M since this the maximum the firmware supports according to the Linux driver. Fix a missing htole32() while I'm there. ok stsp@