CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/03 07:10:50
Modified files:
sys/dev/pci : if_iwx.c
Log message:
make iwx_read_firmware() error out if IWX_NUM_UCODE_TLV_CAPA is too small
The driver would attempt to load an incomplete firmware image if
this check failed. Make the driver report a proper error instead.
ok tb@ phessler@
