From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 22:19:30 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 1D9EF16A421 for ; Fri, 1 Jun 2007 22:19:30 +0000 (UTC) (envelope-from arne@rfc2549.org) Received: from mail.blinkt.de (mail.blinkt.de [88.198.169.219]) by mx1.freebsd.org (Postfix) with ESMTP id D56DE13C45A for ; Fri, 1 Jun 2007 22:19:29 +0000 (UTC) (envelope-from arne@rfc2549.org) Received: from dslb-084-061-159-072.pools.arcor-ip.net ([84.61.159.72] helo=[192.168.0.42]) by mail.blinkt.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1HuExU-000Ofr-M8; Fri, 01 Jun 2007 23:46:56 +0200 Message-ID: <466093D0.7000007@rfc2549.org> Date: Fri, 01 Jun 2007 23:46:56 +0200 From: Arne Schwabe User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Sam Leffler References: <46605C26.9090304@errno.com> In-Reply-To: <46605C26.9090304@errno.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 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 22:19:30 -0000 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? Arne