From owner-freebsd-net@FreeBSD.ORG Mon Oct 19 01:07:24 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 672711065672; Mon, 19 Oct 2009 01:07:24 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id C22578FC13; Mon, 19 Oct 2009 01:07:23 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so864238eyd.9 for ; Sun, 18 Oct 2009 18:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zxWfypOwjmbrwrZynxc2J/FoE6Mrm9drrZbRCNjbm8c=; b=Up6341oAYxYHeQYJwFbKuq0Q0sY3+oXK7uGmsYX7Hvhsy1s+TZQx2yXCG0attIpKE/ ejL6K1HC+0c4nja32CzpVXGUr+vCQn652dfeFJGf3CqyMNmxHjxOobpvOX9GXU8thDPc 8U+L6x2p7Xie5RPmMZNJgn/6ja0RBWGarmH14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=giU+PhMW1UXXUc0R0BcIRVyYaBEXVKaU8u7fKS966XqslhvRXukqtDdNATzFUgw3FJ 2C8yMrhHd43cgDfNTjxC1/1tHhKUrpHSyfdvpIj6pComlXRfxHaewLv0rcF6uZWY1iAG X6+1KTCu1gQYkUBAT89ByRxtGTAAdIGG7PsjA= MIME-Version: 1.0 Received: by 10.211.173.10 with SMTP id a10mr4757893ebp.4.1255914440959; Sun, 18 Oct 2009 18:07:20 -0700 (PDT) In-Reply-To: <200910181627.38060.bschmidt@techwires.net> References: <20091009170839.142800@gmx.net> <179b97fb0910142019u455995a4s2cdcf8ba744d98bf@mail.gmail.com> <200910150815.58174.bschmidt@techwires.net> <200910181627.38060.bschmidt@techwires.net> Date: Mon, 19 Oct 2009 01:07:20 +0000 Message-ID: <179b97fb0910181807t6576fcceh7b5850911199c558@mail.gmail.com> From: Brandon Gooch To: Bernhard Schmidt Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org, Lutz Bichler , Vassilis Laganakos , Lawrence Stewart 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: Mon, 19 Oct 2009 01:07:24 -0000 On Sun, Oct 18, 2009 at 2:27 PM, Bernhard Schmidt wrote: > On Thursday 15 October 2009 08:15:57 Bernhard Schmidt wrote: >> .. anyways, I'll post updates on =A0sunday. > > Here we go. > > http://techwires.net/~bschmidt/patches/freebsd/iwn/ > > Testers/feedback welcome! > > Code is pretty stable although there are still a few open issues. Nothing > major I should be able to figure them out. > > * I did only tests with a 5100 card, other might not yet work.. I will do > tests wie 5300 and 4965 cards later this week. > * 11N has not been tested at all. > * Deauth/disconnect frames are not handled correctly, those yield firmwar= e > errors. The remote side might therefore not be able to clean up correctly= , > whichs lead to no answers to probe requests on new scans. > * Encryption of any kind does not yet work. > * Monitor mode/radiotap does not yet work. > * IBSS mode has not been tested. > * iwnfw module is locked somehow on kldunload. > * RF kill switch might not work correctly. > * Manpage needs an update. :) > * Suspend/resume is broken. > > -- > Bernhard > Great job! However, with my 4965, I get a page fault somewhere in iwn4965_set_txpower when I load if_iwn.ko (I'm loading iwnfw.ko manually before loading if_iwn.ko) I'll see if I can gather a bit more info tomorrow. -Brandon