if we fail to extract the mbuf in the Rx routine, increment
authorthib <thib@openbsd.org>
Fri, 8 Aug 2008 12:20:24 +0000 (12:20 +0000)
committerthib <thib@openbsd.org>
Fri, 8 Aug 2008 12:20:24 +0000 (12:20 +0000)
commit255388bf917981e2c676c7026d72035ff1e3f6ba
tree16625de29a299076edae3d63c19e97d94ecf9e50
parent721cc9ab34130ee09d4acd3064fbbb9b3bfdfe95
if we fail to extract the mbuf in the Rx routine, increment
the if_ierrors before bailing out;
Turn a printf() that fires in this case too a DPRINTF since we
the interface error counters now reflect this.

OK mglocker@
sys/dev/usb/if_upgt.c