CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/10 03:29:27
Modified files:
sys/dev/pci : if_iwx.c if_iwxvar.h
Log message:
Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.
Allocate the context info DMA region at attach time rather than when loading
firwmare. Prevents this allocation from failing due to memory fragmentation.
Tested by sven falempin and myself.
