From owner-cvs-src@FreeBSD.ORG Thu Feb 9 20:50:02 2006 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 8971C16A420; Thu, 9 Feb 2006 20:50:02 +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 E8F8F43D75; Thu, 9 Feb 2006 20:49:55 +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 k19Knta1040078; Thu, 9 Feb 2006 20:49:55 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k19KntpG040077; Thu, 9 Feb 2006 20:49:55 GMT (envelope-from sam) Message-Id: <200602092049.k19KntpG040077@repoman.freebsd.org> From: Sam Leffler Date: Thu, 9 Feb 2006 20:49:55 +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 src/sys/dev/ath/ath_rate/amrr amrr.c src/sys/dev/ath/ath_rate/onoe onoe.c src/sys/dev/ath/ath_rate/sample sample.c 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, 09 Feb 2006 20:50:02 -0000 sam 2006-02-09 20:49:55 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h sys/dev/ath/ath_rate/amrr amrr.c sys/dev/ath/ath_rate/onoe onoe.c sys/dev/ath/ath_rate/sample sample.c Log: move mgt frame tx rate responsibility from the rate control modules to the driver; this avoids redundant logic and will be necessary for future additions MFC after: 2 weeks Revision Changes Path 1.11 +1 -4 src/sys/dev/ath/ath_rate/amrr/amrr.c 1.11 +1 -4 src/sys/dev/ath/ath_rate/onoe/onoe.c 1.12 +0 -17 src/sys/dev/ath/ath_rate/sample/sample.c 1.109 +16 -15 src/sys/dev/ath/if_ath.c 1.32 +1 -2 src/sys/dev/ath/if_athvar.h