CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/12/08 10:24:25
Modified files: sys/dev/pci : if_iwm.c Log message: iwm(4) was stripping some bits from the MCS index value before passing it to bpf for tcpdump(8). Fix it so MCS >= 8 get passed on correctly. ok phessler@