From owner-cvs-src@FreeBSD.ORG Wed Mar 30 20:17:19 2005 Return-Path: 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 0267F16A4CE; Wed, 30 Mar 2005 20:17:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1B243D31; Wed, 30 Mar 2005 20:17:18 +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 j2UKHInm059646; Wed, 30 Mar 2005 20:17:18 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2UKHIxM059645; Wed, 30 Mar 2005 20:17:18 GMT (envelope-from sam) Message-Id: <200503302017.j2UKHIxM059645@repoman.freebsd.org> From: Sam Leffler Date: Wed, 30 Mar 2005 20:17:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athrate.h src/sys/dev/ath/ath_rate/onoe onoe.c src/sys/dev/ath/ath_rate/amrr amrr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 30 Mar 2005 20:17:19 -0000 sam 2005-03-30 20:17:18 UTC FreeBSD src repository Modified files: sys/dev/ath if_athrate.h if_ath.c sys/dev/ath/ath_rate/onoe onoe.c sys/dev/ath/ath_rate/amrr amrr.c Log: rev rate control api to pass the both the first+last tx descriptors to the rate control module for tx complete processing; this enables rate control algorithms to extract the packet length for xmits that require multiple descriptors Revision Changes Path 1.6 +2 -2 src/sys/dev/ath/ath_rate/amrr/amrr.c 1.6 +2 -2 src/sys/dev/ath/ath_rate/onoe/onoe.c 1.83 +1 -1 src/sys/dev/ath/if_ath.c 1.3 +1 -1 src/sys/dev/ath/if_athrate.h