From owner-freebsd-wireless@FreeBSD.ORG Sun Aug 11 17:08:41 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8CAA3D60 for ; Sun, 11 Aug 2013 17:08:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 233B72DA1 for ; Sun, 11 Aug 2013 17:08:40 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id en1so976252wid.12 for ; Sun, 11 Aug 2013 10:08:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bC4JgHNlSKEI8k6AjbQgx+W9s4GBS3imsdbsQmudBe0=; b=qpL/727tIWD5XuErF2tKzGAB0qhXTjXQftM2PgroI7ggSKVaGLSVqVNHKDfBj7GIDR pk611rUJpjBEYHTRKYuj/0VtqoQOQWSyxBzGSZcRAMD6sUWSP1x822bRnugfhHPb4GNp BS3O7QOyNIVgYwWUC2teAmhnxaerQ0vecMkor8zsBlpFTNTRZPyuAbnGA/oB6YFJ+Bns ymjpLnSHabIH5Mh+U7t4JbX4J20LtzOtJGwSwbNBuxBLcOBO7eutQpN6MfBFE9GByMTS friHbL+CkHHuWvGN9qPy1knYz+VCIi3g7giG6ITZPO8FxnBj70JKSoeWBE++5i+cc4X/ b5BA== MIME-Version: 1.0 X-Received: by 10.194.201.202 with SMTP id kc10mr10793853wjc.1.1376240919484; Sun, 11 Aug 2013 10:08:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Sun, 11 Aug 2013 10:08:39 -0700 (PDT) In-Reply-To: <003c01ce96b5$15c93d40$415bb7c0$@info> References: <001d01ce9694$142db8b0$3c892a10$@info> <003c01ce96b5$15c93d40$415bb7c0$@info> Date: Sun, 11 Aug 2013 10:08:39 -0700 X-Google-Sender-Auth: qO2rT7LPl6fe-Py1s9Q0PSsMTIQ Message-ID: Subject: Re: [iwn]Review Split 6 From: Adrian Chadd To: Cedric GROSS Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 11 Aug 2013 17:08:41 -0000 On 11 August 2013 10:06, Cedric GROSS wrote: > U1 stand for unit 1. > As you see, all function with this prefix will be call when unit==1 within > iwn_vap_create. > > As previously, I haven't investigate a lot this side. I plan to do so when > standard run will be ok. Right. But what's going on, per se? Is it two separate NICs that show up as separate PCI devices? Or is this a hack so the firmware can present two virtual NICs via the firmware API? -adrian