From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 05:52:28 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 D5C0416A427 for ; Wed, 10 Aug 2005 05:52:28 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 421E0453D4 for ; Wed, 10 Aug 2005 00:01:33 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j7A01Wms056265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Aug 2005 17:01:32 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42F94526.9090509@errno.com> Date: Tue, 09 Aug 2005 17:07:02 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CFT: ndis, iwi, ipw users X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Aug 2005 05:52:29 -0000 http://people.freebsd.org/~sam/curchan.patch has changes to resolve an issue with not recognizing when an ap moves to a different channel. It eliminates the use of ic->ic_bss->ni_chan to identify the current channel while scanning. It's been reviewed and tested ok on ath, wi, ral, and ural devices. I need folks to verify it does not break ndis, iwi, and ipw devices (there are changes for awi but so far as I know noone uses awi). I want to get this committed to HEAD soon so quick feedback on those devices would be appreciated. Thanks. Sam