From owner-freebsd-current@FreeBSD.ORG Sun Mar 9 18:34:02 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72EC3106566B for ; Sun, 9 Mar 2008 18:34:02 +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 4586E8FC26 for ; Sun, 9 Mar 2008 18:34:02 +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 m29IY1Kk015909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Mar 2008 11:34:01 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <47D42D99.7060404@errno.com> Date: Sun, 09 Mar 2008 11:34:01 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Charlie Toor References: <47D3DF28.6040108@rulez.sk> In-Reply-To: <47D3DF28.6040108@rulez.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: Intel 4965agn wifi driver 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: Sun, 09 Mar 2008 18:34:02 -0000 Charlie Toor wrote: > Hi. > > I am interested in any developement of driver for wifi NIC Intel 4965 > agn. > Is somebody doing it or I have to try to write it ? :) Ben Close and I have been working on this. Legacy works ok (there is one issue w/ the firmware that I've worked around). I've been mostly trying to get 11n working but not having much luck. Unfortunately the firmware is not documented in this area and the Intel folks have been unresponsive (open source == linux to them). If you look in the sam_vap branch in p4 you'll find my work. Once 11n is working I intend to try the test firmware that supports ap mode. Sam