From owner-cvs-all@FreeBSD.ORG Wed Dec 27 19:21:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7ADEA16A415; Wed, 27 Dec 2006 19:21:54 +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 53CE913C48B; Wed, 27 Dec 2006 19:21:54 +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 kBRJ97Mm001297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Dec 2006 11:09:09 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4592C4D3.4000907@errno.com> Date: Wed, 27 Dec 2006 11:09:07 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200612271907.kBRJ7AWr085480@repoman.freebsd.org> In-Reply-To: <200612271907.kBRJ7AWr085480@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ath if_ath.c if_athvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 19:21:54 -0000 Sam Leffler wrote: > sam 2006-12-27 19:07:10 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ath if_ath.c if_athvar.h > Log: > Add half/quarter rate 11a channel support: > o change handling of regdomain-related mib knobs so they can be set > post-attach: regdomain, countrycode, outdoor, and xchanmode; the > hal will not permit changing the regdomain but we expose it for now > o on regdomain/countrycode change recalculate the channel list and > push it to the net80211 layer (NB: looks to need more tweaking) > o setup rate tables for half/quarter rate channels > o honor half/quarter rate channel configs when changing channels > o honor half/quarter rate channel configs when setting the slot time > o use hack/nonstandard channel numbering scheme for the public safety > band to avoid overlapping 2.4G channels on dual-band cards > o remove setup of ic_sup_rates; the net80211 layer can do this for us > and it simplifies handling of half/quarter rate channels > > Tested only in Public Safety Band with cards that have RF5112. Note this needs a new hal that I'm working on getting out for test. Sam