CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/03 08:41:04
Modified files:
sys/dev/usb : if_zyd.c
Log message:
Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping off
HW-specific data and CRC trailer as intended, the driver was telling the
net80211 layer frames were longer than they actually are. Math is hard.
ok krw@ kettenis@ mpi@
