From owner-freebsd-drivers@FreeBSD.ORG Sun Jul 21 04:06:30 2013 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1CE82DC5; Sun, 21 Jul 2013 04:06:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) by mx1.freebsd.org (Postfix) with ESMTP id 878D512F; Sun, 21 Jul 2013 04:06:29 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a12so5041882wgh.16 for ; Sat, 20 Jul 2013 21:06:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=qQSu3bvZqW+AUqmnxUWn+ii+1qxrOm9bJUtqmfe+GwE=; b=IA/BAELbHk+4hQgUIhNpo6tIpHdYEodMdKWlPvQDVLUlo2iyhsIveZ+RwveUEKaijw 1aXVTEXloZZoeIR5WfDid6lqW+72MoWNdLIq5sWaJ8RWdEdh1RjZWKWQWJaozf9ycXq7 upLUtY1itEHeKaP1xZkhix3hGVQgxFVRxSh5tlK3UAyy/9txUJrLe0GGcpY5NbKRnFEe Lf8KHui6UDGsekY5S591XxmlfNDE1Zo3yy9xpuog13T0owWIJODmiCyZISOSy3hA7zP+ 5grcQhnzkmYi98HLC4Wk9a2bsYrB/kwvltUwzIopkHdm5XKekhfaUmFIZ/upXlZPM4Ub Z+/A== MIME-Version: 1.0 X-Received: by 10.194.63.229 with SMTP id j5mr15494461wjs.79.1374379588743; Sat, 20 Jul 2013 21:06:28 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Sat, 20 Jul 2013 21:06:28 -0700 (PDT) In-Reply-To: <006a01ce8553$f81d4290$e857c7b0$@info> References: <006a01ce8553$f81d4290$e857c7b0$@info> Date: Sat, 20 Jul 2013 21:06:28 -0700 X-Google-Sender-Auth: 6TkhimYUBHPfQZFX8ui83RQg4H4 Message-ID: Subject: Re: IWN Review From: Adrian Chadd To: Cedric GROSS Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org, freebsd-drivers@freebsd.org X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 04:06:30 -0000 Hi! so, my feedback! * Why'd you disable including opt_wlan.h ? It's required * What merge issues did you have? I'd like to get this tree updated to the latest -HEAD, including whatever my recent changes for rate selection, so we can get this stuff tidied up for -HEAD * Why was ieee80211_resume_all() commented out? Did you do this? There's some stuff we can merge in right now into -HEAD: * the debug improvements * the changes from hard-coded checks for features based on the chipset, to a bitmap of features that get set during probe/attach So, let's try to get your stuff updated to the latest -HEAD, then get it tested out. I'll then start merging this stuff into -HEAD as we figure out what all these pieces do. Thanks for all this hard work! -adrian On 20 July 2013 07:18, Cedric GROSS wrote: > Hello dear all, > > > > I'm please to announce that I completed my work on IWN. > > > > My version available here https://github.com/KreizIT/FreeBSD-IWN include > improvement issued by seanbruno (https://github.com/seanbruno/freebsd-iwl) > but also mine to support centrino N 2230 NIC (it's my NIC) > > > > I set up a new parameters system which more sensitive. I port back all NIC > parameters to this new system. I hope that I haven't do some mistake. > > So I'll be really please if Intel's NIC owner could check my work and let me > know. > > > > By the way, if commiters would include my work, please do. > > > > Cheers > > Cedric > > > > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"