From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 23:57:25 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5715A16A41F for ; Fri, 1 Jun 2007 23:57:25 +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 350E313C447 for ; Fri, 1 Jun 2007 23:57:25 +0000 (UTC) (envelope-from sam@errno.com) 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 l51NvN7C001256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Jun 2007 16:57:24 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4660B263.8050008@errno.com> Date: Fri, 01 Jun 2007 16:57:23 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070528) MIME-Version: 1.0 To: Arne Schwabe References: <46605C26.9090304@errno.com> <466093D0.7000007@rfc2549.org> In-Reply-To: <466093D0.7000007@rfc2549.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: CFT: major wireless changes 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: Fri, 01 Jun 2007 23:57:25 -0000 Arne Schwabe wrote: > Sam Leffler wrote: >> This patch against HEAD imports the work that's been sitting in the >> sam_wifi p4 branch: >> >> http://people.freebsd.org/~sam/sam_wifi-20070601.patch.gz >> >> To apply it do something like >> >> cd /usr/src >> gzcat sam_wifi-20070601.patch.gz | patch -p4 >> >> Expect one reject in sys/net80211/ieee80211_input.c.rej; it can be >> ignored. >> >> These changes do the following: >> >> o significantly change net80211 data structures in ways required by >> the multi-bss/vap support and for 802.11n >> o overhaul scanning to support background scanning and roaming >> o add basic 802.11n support (drivers coming separately) > I assume that this patch also does not help 802.11n card to work with > a/b/g (without n support)? Or did I make a mistake applying the patch? Depends. There's been support for ath 5416/5418 parts operating in legacy mode for a while; you need the hal in http://www.freebsd.org/~sam. But that's completely separate from these changes. Sam