CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/03/13 05:11:02
Modified files:
sys/dev/pci : if_iwx.c if_iwxreg.h
Log message:
sync iwx(4) RX descriptor status field with firmware layout
Same change was made in iwlwifi about 6 years ago.
See linux.git commit e365e7de63e5b612d94fb433e38d9414de811f7d
This matters to us now that we started looking at Rx status bits
beyond 16 bits in order to check for duplicate subframes in A-MPDUs.
Found by Coverity (CID 1670294)
pointed out by and ok jsg@