CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/19 03:17:10
Modified files:
sys/dev/ic : ar5008.c ar9003.c
Log message:
Fix a cosmetic issue in athn(4)'s bpf(4) tap.
tcpdump -i athn0 -y IEEE802_11_RADIO was showing a SHORTPRE flag on most
frames because a PHY type check was missing from the bpf tap code path.
Short preamble only applies to 2, 5.5, and 11 MBit/s CCK frames.
