From owner-freebsd-wireless@FreeBSD.ORG Fri Jun 14 11:31:13 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1BC361EA; Fri, 14 Jun 2013 11:31:13 +0000 (UTC) (envelope-from peter@pean.org) Received: from velox.its.uu.se (velox.its.uu.se [130.238.7.74]) by mx1.freebsd.org (Postfix) with ESMTP id D69AC16E5; Fri, 14 Jun 2013 11:31:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at uu.se Received: from nyx.uppmax.uu.se (nyx.uppmax.uu.se [130.238.137.40]) by velox.its.uu.se (Postfix) with ESMTP id 754DA1641B7; Fri, 14 Jun 2013 13:24:09 +0200 (CEST) Message-ID: <51BAFD5A.10804@pean.org> Date: Fri, 14 Jun 2013 13:24:10 +0200 From: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Support for Mini PCie card WLE300NX( (AR9380) References: <511E30FF.4050404@pean.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 11:31:13 -0000 On 02/16/2013 08:33 PM, Adrian Chadd wrote: > Oops, I didn't reply in public! > > On 15 February 2013 09:03, Adrian Chadd wrote: >> Yup! I'm working on open sourcing the HAL side of things soon. > > I'm going through final code approval now. > > Then, of course, there's all this extra work required to get it > somewhat validated - I have to write a bunch of testing routines to > test TX power, TX and RX EVM (to make sure that things aren't > distorting), fix up some of the shortcuts I've taken (eg making ANI > work right), implement MSI interrupt handling, test whether 3-stream > negotiation, TX and RX works correctly, make sure the STA timers are > setup right, make sure the hostap timers are setup right, implement > CABQ handling for hostap mode... > > .. yeah, there's still a lot of work to do. :-) > > But it's almost there. > > > > Adrian > Hey! Just wanted to check the status of this. Thanks!