PERFORCE change 157124 for review

Weongyo Jeong weongyo at FreeBSD.org
Tue Feb 3 18:42:22 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=157124

Change 157124 by weongyo at weongyo_ws on 2009/02/04 02:41:35

	don't need if_opackets++ at uath_raw_xmit() because the callback would
	update the value when the transmission completed.

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_uath.c#12 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_uath.c#12 (text+ko) ====

@@ -2674,7 +2674,6 @@
 	}
 	UATH_UNLOCK(sc);
 
-	ifp->if_opackets++;
 	sc->sc_tx_timer = 5;
 	return (0);
 }


More information about the p4-projects mailing list