From owner-cvs-src@FreeBSD.ORG Thu Jul 7 00:04:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23B916A41C; Thu, 7 Jul 2005 00:04:51 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8B743D46; Thu, 7 Jul 2005 00:04:51 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6704pVj055046; Thu, 7 Jul 2005 00:04:51 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6704pr7055045; Thu, 7 Jul 2005 00:04:51 GMT (envelope-from sam) Message-Id: <200507070004.j6704pr7055045@repoman.freebsd.org> From: Sam Leffler Date: Thu, 7 Jul 2005 00:04:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c if_athvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 00:04:51 -0000 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