CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/26 02:19:09
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Remove the size argument of iwm_rx_addbuf() and use a constant internally.
All callers were passing the same constant IWM_RBUF_SIZE, which is derived
from the smallest RX buffer the hardware supports (4k). Smaller sizes don't
make sense anyway and larger sizes are not on our horizon for now.
