From owner-freebsd-wireless@FreeBSD.ORG Sat Jul 20 15:30:35 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04B18B2D; Sat, 20 Jul 2013 15:30:35 +0000 (UTC) (envelope-from cg@cgross.info) Received: from alpha.kreiz-it.fr (alpha.kreiz-it.fr [IPv6:2001:41d0:8:dda6::1]) by mx1.freebsd.org (Postfix) with ESMTP id C57A1847; Sat, 20 Jul 2013 15:30:34 +0000 (UTC) Received: from DirTech (lnr56-1-82-246-51-185.fbx.proxad.net [82.246.51.185]) by alpha.kreiz-it.fr (Postfix) with ESMTPSA id E8251D4C; Sat, 20 Jul 2013 17:30:33 +0200 (CEST) From: "Cedric GROSS" To: "'Andrey Fesenko'" References: <006a01ce8553$f81d4290$e857c7b0$@info> In-Reply-To: Subject: RE: IWN Review Date: Sat, 20 Jul 2013 17:30:28 +0200 Message-ID: <007e01ce855e$11ae78f0$350b6ad0$@info> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac6FVXo/IwTehlyERgmeyttsgnxnaAAB7QJw Content-Language: fr Cc: freebsd-wireless@freebsd.org, freebsd-drivers@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: Sat, 20 Jul 2013 15:30:35 -0000 > De : Andrey Fesenko [mailto:f0andrey@gmail.com] > Envoy=C3=A9 : samedi 20 juillet 2013 16:29 > =C3=80 : Cedric GROSS > Cc : freebsd-wireless@freebsd.org; freebsd-drivers@freebsd.org >=20 > On Sat, Jul 20, 2013 at 6:18 PM, 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 > > > > > > >=20 > Great news, whether the driver supports n-mode? What do you mean by 'n-mode' ? 802.11n mode ?=20 If so, answer is yes : #dmesg |grep iwn0 iwn0: mem 0xf7c00000-0xf7c01fff irq 18 = at device 0.0 on pci4 #ifconfig wlan0 wlan0: flags=3D8843 metric 0 mtu = 1500 nd6 options=3D29 media: IEEE 802.11 Wireless Ethernet DS/1Mbps mode 11ng status: associated ssid FreeWifi channel 5 (2432 MHz 11g ht/20)=20 Cedric