CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/16 15:04:40
Modified files:
sys/dev/usb : if_urndis.c
Log message:
Make urndis(4) print tx/rx errors only if compiled in DEBUG mode.
These printfs were causing too much noise in dmesg during regular operation.
And don't forget to count input errors.
ok sthen@ mpi@
