From owner-svn-src-head@FreeBSD.ORG Mon Oct 27 16:47:52 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 379FB1065675; Mon, 27 Oct 2008 16:47:52 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB9B8FC1E; Mon, 27 Oct 2008 16:47:51 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m9RGlpid025636 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Oct 2008 09:47:51 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4905F0B7.2030103@freebsd.org> Date: Mon, 27 Oct 2008 09:47:51 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Sam Leffler References: <200810271646.m9RGkoKa045665@svn.freebsd.org> In-Reply-To: <200810271646.m9RGkoKa045665@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184345 - in head/sys: dev/ath dev/iwn dev/ral dev/usb dev/wpi net80211 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 16:47:52 -0000 Sam Leffler wrote: > Author: sam > Date: Mon Oct 27 16:46:50 2008 > New Revision: 184345 > URL: http://svn.freebsd.org/changeset/base/184345 > > Log: > o use the new association callback to notify the driver when joining a bss > in sta and adhoc modes; this should've been done forever ago as most all > drivers use this hook to set per-station transmit parameters such as for > tx rate control > o adjust drivers to remove explicit calls to the driver newassoc method > > Reviewed by: thompsa