CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/22 00:50:54
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Limit the number of dma segments used for transmitting packets to
IWM_NUM_OF_TBS - 2. We have IWM_NUM_OF_TBS slots, but use two of those
for sending commands to the firmware. Hopefully fixes the
iwm0: hardware error, stopping device
errors I've seen somewhat regularly.
ok claudio@, deraadt@
