Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2009 02:42:20 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 157124 for review
Message-ID:  <200902040242.n142gKZt033347@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=157124

Change 157124 by weongyo@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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902040242.n142gKZt033347>