From owner-freebsd-wireless@freebsd.org Fri Nov 27 07:31:53 2015 Return-Path: Delivered-To: freebsd-wireless@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 8E476A39E80; Fri, 27 Nov 2015 07:31:53 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from mr11p00im-asmtp001.me.com (mr11p00im-asmtp001.me.com [17.110.69.252]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 787C91D21; Fri, 27 Nov 2015 07:31:53 +0000 (UTC) (envelope-from rpaulo@me.com) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8 Received: from akita.hsd1.ca.comcast.net (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NYG00D0CQ8XPY10@mr11p00im-asmtp001.me.com>; Fri, 27 Nov 2015 07:31:47 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-11-27_01:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510090000 definitions=main-1511270141 Message-id: <1448609505.4088.18.camel@me.com> Subject: Re: moving some 802.11 code into lib80211 From: Rui Paulo To: Adrian Chadd , "freebsd-wireless@freebsd.org" , "freebsd-arch@freebsd.org" Date: Thu, 26 Nov 2015 23:31:45 -0800 In-reply-to: References: X-Mailer: Evolution 3.18.2-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 27 Nov 2015 07:31:53 -0000 On Thu, 2015-11-26 at 14:57 -0800, Adrian Chadd wrote: > hiya, > > I've started migrating net80211 specific bits out of ifconfig into a > library. > > https://reviews.freebsd.org/D4290 > > I'd like to commit this initial step in a couple of days so I can > easily add more to things. > > I'd love feedback. ;) > That looks useful.  A quick look at the API and I didn't see anything wrong with it... -- Rui Paulo