CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/22 03:51:58
Modified files:
sys/dev/pci : if_iwm.c if_iwmvar.h
Log message:
In iwm(4), allocate command response buffers dynamically in a ring
instead of stashing responses in one single buffer in the softc.
Allows getting rid of a tsleep() which protected the single buffer.
Tested by myself and Carlos Cardenas on 7260, 7265, and 8260.
hurray ok deraadt@
