From owner-freebsd-net@FreeBSD.ORG Fri Oct 23 22:15:01 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30D91106568B for ; Fri, 23 Oct 2009 22:15:01 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mx01.netsrc.de (mx01.netsrc.de [89.107.71.100]) by mx1.freebsd.org (Postfix) with ESMTP id C18C38FC13 for ; Fri, 23 Oct 2009 22:15:00 +0000 (UTC) Received: from maja.lab.techwires.net (dslb-088-067-221-039.pools.arcor-ip.net [88.67.221.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.netsrc.de (Postfix) with ESMTP id 91FD7192FD9; Sat, 24 Oct 2009 00:14:59 +0200 (CEST) Received: from maja.lab.techwires.net (localhost [127.0.0.1]) by maja.lab.techwires.net (8.14.3/8.14.3) with ESMTP id n9NMEwFY016888; Sat, 24 Oct 2009 00:14:58 +0200 (CEST) (envelope-from bschmidt@techwires.net) Received: (from bschmidt@localhost) by maja.lab.techwires.net (8.14.3/8.14.3/Submit) id n9NMEwM7016887; Sat, 24 Oct 2009 00:14:58 +0200 (CEST) (envelope-from bschmidt@techwires.net) X-Authentication-Warning: maja.lab.sad1.techwires.net: bschmidt set sender to bschmidt@techwires.net using -f From: Bernhard Schmidt To: freebsd-net@freebsd.org Date: Sat, 24 Oct 2009 00:14:58 +0200 User-Agent: KMail/1.12.1 (FreeBSD/9.0-CURRENT; KDE/4.3.1; amd64; ; ) References: <20091009170839.142800@gmx.net> <4ad871310910211751t31b17133kf994728b2cbf2b39@mail.gmail.com> In-Reply-To: <4ad871310910211751t31b17133kf994728b2cbf2b39@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910240014.58690.bschmidt@techwires.net> Cc: Brandon Gooch , Rui Paulo , Glen Barber , David Horn Subject: Re: Intel WiFi 5100/5300 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 22:15:01 -0000 Hi, Update: * iwnfw has now been split into individual modules so autoloading of firmware module(s) does work again. * Changes have been made to RUN -> AUTH transition, this should fix the issue reported by Glen and others. * Brandon reported issues in iwn_cmd() with large commands, those have been fixed to. * DEAUTH is now handled correctly. http://techwires.net/~bschmidt/patches/freebsd/iwn/iwn-20091024.tar.gz or http://techwires.net/~bschmidt/patches/freebsd/iwn/sys/ -- Bernhard