From owner-freebsd-net@freebsd.org Tue Sep 8 17:28:47 2015 Return-Path: <owner-freebsd-net@freebsd.org> Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97FA59CCB46 for <freebsd-net@mailman.ysv.freebsd.org>; Tue, 8 Sep 2015 17:28:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5661D0A for <freebsd-net@freebsd.org>; Tue, 8 Sep 2015 17:28:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7E4049CCB44; Tue, 8 Sep 2015 17:28:47 +0000 (UTC) Delivered-To: net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DD999CCB43 for <net@mailman.ysv.freebsd.org>; Tue, 8 Sep 2015 17:28:47 +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 D702A1D09; Tue, 8 Sep 2015 17:28:45 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.15.2/8.15.2) with ESMTPS id t88HSfOQ052218 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 8 Sep 2015 20:28:41 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.15.2/8.15.2/Submit) id t88HSfAx052217; Tue, 8 Sep 2015 20:28:41 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 8 Sep 2015 20:28:41 +0300 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Andriy Voskoboinyk <s3erios@gmail.com> Cc: Adrian Chadd <adrian@freebsd.org>, "net@freebsd.org" <net@freebsd.org> Subject: Re: more net80211 changes :/ Message-ID: <20150908172841.GW1023@glebius.int.ru> References: <20150908152233.GV1023@glebius.int.ru> <op.x4nj63f6iew4ia@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <op.x4nj63f6iew4ia@localhost> 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 <freebsd-net.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net/> List-Post: <mailto:freebsd-net@freebsd.org> List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 08 Sep 2015 17:28:47 -0000 On Tue, Sep 08, 2015 at 07:31:41PM +0300, Andriy Voskoboinyk wrote: A> > The current patch covers iwn(4) only. Now sending this mail with patched A> > driver. Changing MAC aldo tested - works. A> > A> > I'm starting to convert rest of drivers and meanwhile, waiting for your A> > input. May be you have ideas what else can be improved here. A> > A> A> Do not forget to free iv_softc - it's allocated separately. Thanks for review :) -- Totus tuus, Glebius.