CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/09 14:54:11
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Ignore trailing data in A-MSDU frame buffers if it is smaller than the
Ethernet header size. Avoids spurious "input packet decapsulations failed"
errors in 'netstat -W' with A-MSDU enabled (currently disabled in-tree).
Problem observed and fix verified on iwm(4) 8260 by me and 7260 by tobhe.
ok phessler@ tobhe@
