CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/07 03:21:51
Modified files:
sys/dev/pci : if_iwx.c if_iwxvar.h
Log message:
Remove another unused DMA allocation from iwx(4).
This driver does not need to allocate a DMA segment for the Tx scheduler.
Instead this driver uses the scheduler byte count array which is allocated
per Tx ring. Remove sc->sched_dma and related code inherited from iwm(4).
Patch by zxystd from OpenIntelWireless.
