From owner-freebsd-current@FreeBSD.ORG Wed Mar 9 02:45:30 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 139F716A4CE for ; Wed, 9 Mar 2005 02:45:30 +0000 (GMT) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D7643D1D for ; Wed, 9 Mar 2005 02:45:29 +0000 (GMT) (envelope-from yazzy@yazzy.org) Received: from yazzy.yazzy.org (yazzy.yazzy.org [192.168.98.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yazzy.org (Postfix) with ESMTP id 5B45139864 for ; Wed, 9 Mar 2005 03:46:55 +0100 (CET) Date: Wed, 9 Mar 2005 02:45:26 +0000 From: Marcin Jessa To: current@freebsd.org Message-Id: <20050309024526.1b2c3b89.yazzy@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 09 Mar 2005 12:42:00 +0000 Subject: ath_rate_onoe and ath_rate_amrr X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 02:45:30 -0000 Hi. What are the exact functions of ath_rate_onoe and ath_rate_amrr ? How do they differ? UPDATING says: 20041201: The ath driver has been updated to split the tx rate control algorithm into a separate module. You need to include either ath_rate_onoe or ath_rate_amrr when configuring the kernel.