Date: Thu, 7 Jul 2005 00:04:51 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c if_athvar.h Message-ID: <200507070004.j6704pr7055045@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2005-07-07 00:04:51 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: only invoke ath_rate_tx_complete to update rate control state when the frame being sent is to be ack'd and hasn't been filtered by the h/w; this insures we don't pass in tx descriptors that have no meaningful state (e.g. mcast/bcast frames are not acked and so have no tx retry counts) Approved by: re (scottl) Obtained from: Atheros Revision Changes Path 1.94 +4 -1 src/sys/dev/ath/if_ath.c 1.27 +1 -0 src/sys/dev/ath/if_athvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507070004.j6704pr7055045>