From owner-freebsd-arch@freebsd.org Thu Nov 26 22:57:43 2015 Return-Path: Delivered-To: freebsd-arch@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 67499A3A59B; Thu, 26 Nov 2015 22:57:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3637019F2; Thu, 26 Nov 2015 22:57:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igl9 with SMTP id 9so17716744igl.0; Thu, 26 Nov 2015 14:57:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=RcNvqOYt9U2w6OFmW3ECPzjb0CCqmOJDLmxgObsZlCA=; b=OMwXauI/CrowtgTAsL/k+wUDMerTKamAs6psO3/bOhSzkyIpLtm+VgOrdkb5wWvQvc tNqwLE4D7Lm1U+SF9DHf1imuXsRygzH01SehwqMV1zPPX/as//SrK0ChpBfi1gj3IfaZ oEK+gskv6SXSFTTwYwfV8P9Th43W/7pJb8Zr715V+BpdWTRlQUWS0V12LP1L+hzyCrfX N3NxIve4SAneAURIgWxJuF9MFr+jlyTkWR1K7sr41pAECX0qAX7qJuJrexxxNNbogJzo hIVEzWZA6DPup0Q2Ky30s2oyQ3NhvOAKm6tp1ho/h1SArEiLE/dK943Ym/omiBJEIc0X EREA== MIME-Version: 1.0 X-Received: by 10.50.136.226 with SMTP id qd2mr5210450igb.37.1448578662242; Thu, 26 Nov 2015 14:57:42 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.217.196 with HTTP; Thu, 26 Nov 2015 14:57:42 -0800 (PST) Date: Thu, 26 Nov 2015 14:57:42 -0800 X-Google-Sender-Auth: cRIV_5TCwxZSzimfoHs7cSKyRM8 Message-ID: Subject: moving some 802.11 code into lib80211 From: Adrian Chadd To: "freebsd-wireless@freebsd.org" , "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 22:57:43 -0000 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. ;) Thanks, -adrian