From owner-freebsd-current@FreeBSD.ORG Fri May 29 13:35:39 2015 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38ADDE8C; Fri, 29 May 2015 13:35:39 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A65BC10A7; Fri, 29 May 2015 13:35:38 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id t4TDZZvX011218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 May 2015 16:35:35 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t4TDZZHq011217; Fri, 29 May 2015 16:35:35 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 29 May 2015 16:35:35 +0300 From: Gleb Smirnoff To: current@FreeBSD.org, net@FreeBSD.org Subject: [Testers needed!] WiFi drivers changes Message-ID: <20150529133535.GT73119@glebius.int.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 29 May 2015 13:35:39 -0000 Hi! 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. 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 :) [1] https://wiki.freebsd.org/projects/ifnet -- Totus tuus, Glebius.