From owner-freebsd-net@FreeBSD.ORG Fri May 29 15:15:19 2015 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8BD075F; Fri, 29 May 2015 15:15:19 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D15219C6; Fri, 29 May 2015 15:15:18 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id t4TFE62e008520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 May 2015 23:14:07 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id t4TFE6ft008519; Fri, 29 May 2015 23:14:06 +0800 (CST) (envelope-from kevlo) Date: Fri, 29 May 2015 23:14:05 +0800 From: Kevin Lo To: Gleb Smirnoff Cc: current@FreeBSD.org, net@FreeBSD.org Subject: Re: [Testers needed!] WiFi drivers changes Message-ID: <20150529151405.GA8509@ns.kevlo.org> References: <20150529133535.GT73119@glebius.int.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150529133535.GT73119@glebius.int.ru> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 15:15:19 -0000 On Fri, May 29, 2015 at 04:35:35PM +0300, Gleb Smirnoff wrote: > > Hi! Hi Gleb, > As part of the "opaque ifnet project" [1], we are doing some code shake > with all IEEE802.11 (read WiFi) drivers. The drivers, that provide a parent > interface for the wlan(4) interface. Thanks for putting the effort into making this happen. :) > The core idea is that parent device loses its ifnet(9) structure. The > code is already complete for the stack, but only 2 drivers are converted > to new KPI: iwn(4) and bwi(4). We got 22 more drivers left. The changes > are quite mechanical, but nevertheless testing is required before committing. > > So, if you run FreeBSD head and wlan(4), please sign up here as tester: > > https://wiki.freebsd.org/projects/ifnet/net80211 > > As soon as I see testers there, I will start converting more drivers. > > For those who want to review the patch, or even help with converting, > you are welcome here: > > https://reviews.freebsd.org/D2655 > > Waiting for your feedback :) I have a bunch of usb wifi dongles, I would like to help with converting. > [1] https://wiki.freebsd.org/projects/ifnet > > -- > Totus tuus, Glebius. Kevin