From owner-svn-src-projects@FreeBSD.ORG Wed Mar 11 15:35:30 2015 Return-Path: Delivered-To: svn-src-projects@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 A5EB5111; Wed, 11 Mar 2015 15:35:30 +0000 (UTC) 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 2F684EF1; Wed, 11 Mar 2015 15:35:28 +0000 (UTC) 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 t2BFZPux018538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 11 Mar 2015 18:35:25 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t2BFZPVr018537; Wed, 11 Mar 2015 18:35:25 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 11 Mar 2015 18:35:25 +0300 From: Gleb Smirnoff To: Adrian Chadd Subject: Re: svn commit: r277122 - projects/ifnet/sys/dev/msk Message-ID: <20150311153525.GF17947@FreeBSD.org> References: <201501130902.t0D927NE077024@svn.freebsd.org> <20150114144358.GD15484@FreeBSD.org> <20150306024101.GT17947@FreeBSD.org> <44632162.sBlScnaX0r@ralph.baldwin.cx> <20150311151735.GE17947@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-projects@freebsd.org, "src-committers@freebsd.org" , John Baldwin X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 15:35:30 -0000 On Wed, Mar 11, 2015 at 08:27:48AM -0700, Adrian Chadd wrote: A> Please don't - if_transmit in (correct) wifi drivers is typically A> slightly different. :P I expected that :) May be this level of cut-n-paste we should just find acceptable. btw, what about looking at projects/ifnet and trying to convert a 802.11 driver to it? :) -- Totus tuus, Glebius.