From owner-cvs-src-old@FreeBSD.ORG Mon Oct 27 16:58:18 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F041065761 for ; Mon, 27 Oct 2008 16:58:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD628FC16 for ; Mon, 27 Oct 2008 16:58:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9RGwIDr040988 for ; Mon, 27 Oct 2008 16:58:18 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9RGwI77040987 for cvs-src-old@freebsd.org; Mon, 27 Oct 2008 16:58:18 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200810271658.m9RGwI77040987@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 27 Oct 2008 16:58:06 +0000 (UTC) To: cvs-src-old@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/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-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 16:58:18 -0000 sam 2008-10-27 16:58:06 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athrate.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: SVN rev 184346 on 2008-10-27 16:58:06Z by sam now that the new association callback is used when joining a bss we can eliminate the ath_rate_newassoc callback and associated code Revision Changes Path 1.16 +0 -43 src/sys/dev/ath/ath_rate/amrr/amrr.c 1.17 +0 -43 src/sys/dev/ath/ath_rate/onoe/onoe.c 1.21 +0 -28 src/sys/dev/ath/ath_rate/sample/sample.c 1.196 +0 -5 src/sys/dev/ath/if_ath.c 1.8 +0 -6 src/sys/dev/ath/if_athrate.h