From owner-p4-projects@FreeBSD.ORG Wed Apr 25 15:27:49 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 80F4216A403; Wed, 25 Apr 2007 15:27:49 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 572B616A400; Wed, 25 Apr 2007 15:27:49 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 36DAE13C465; Wed, 25 Apr 2007 15:27:49 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l3PFRmVp004438 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Apr 2007 08:27:49 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <462F7376.3070806@errno.com> Date: Wed, 25 Apr 2007 08:27:50 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.9 (X11/20070208) MIME-Version: 1.0 To: Sepherosa Ziehau References: <200704251226.l3PCQDBd039136@repoman.freebsd.org> In-Reply-To: <200704251226.l3PCQDBd039136@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 118779 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 15:27:49 -0000 Sepherosa Ziehau wrote: > http://perforce.freebsd.org/chv.cgi?CH=118779 > > Change 118779 by sephe@sephe_zealot:sam_wifi on 2007/04/25 12:25:58 > > ieee80211com.ic_fixed_rate holds rate instead of rate index. > This reminds me that we need to correct the fixed rate and multicast rate knobs to be per-netband (at least 11g+11a). I've done this for 11n where the rates are incompatible (MCS instead of legacy). This also ties into our use of if_media for specifying any fixed rate; that needs to go away (though the existing mechanism probably should be kept for compatibility). Sam