On Thu, Dec 08, 2016 at 10:24:25AM -0700, Stefan Sperling wrote: > 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@
And also ok tb@