From owner-freebsd-wireless@FreeBSD.ORG Thu Sep 12 04:00:27 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 ECF6535F for ; Thu, 12 Sep 2013 04:00:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BDFD2C6F for ; Thu, 12 Sep 2013 04:00:27 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id t61so7606085wes.16 for ; Wed, 11 Sep 2013 21:00:26 -0700 (PDT) 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=LqvcT+e8xa7lr0zt8eUWWVlV3De4j0jqyK+ffMBbFF0=; b=kHa8JYlD/bghiCqAXCLzH3fM7TMGEDbkxXlklshV4X2x4HNf9dYnJAIa8EuJ52pWnr 2gsO5nmcd278NvDCgXrInsrnFsJeU1sBWamY45Ltg8eNi/ndDD9bTtEFJ74DOmv01ohz ARCYNGk5Uct1jt7eCTWx0QzIpP6G/j8BD9/uJAgAu0zBIWbQ4AyrijhFrPjd+Go/ffRU aEL04CGF+hdbNp5KzxiC5ElysSyQGYZUhBhtmQESLKM/JiraB4IP0DUx4KAfc19YfqD+ VR11xvBlKcQGNugZzLb/bklgtCXnyJU6hDPnmGMYwHN6XqUOJ3TC7e6tbLq0rFTGbeW2 GBkg== MIME-Version: 1.0 X-Received: by 10.194.80.39 with SMTP id o7mr4395967wjx.39.1378958425831; Wed, 11 Sep 2013 21:00:25 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Wed, 11 Sep 2013 21:00:25 -0700 (PDT) Date: Wed, 11 Sep 2013 21:00:25 -0700 X-Google-Sender-Auth: 0E0609YWLgc6T2cRcwWc6vDrSUA Message-ID: Subject: [iwn] how do we tell the difference between the 6200/6205 and 6230/6235? From: Adrian Chadd To: "freebsd-wireless@freebsd.org" , Cedric GROSS Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Thu, 12 Sep 2013 04:00:28 -0000 Hiya, According to the intel website, the 6200/6205 do not have bluetooth, but the 6230/6235 do. Now, I don't know yet whether they support external bluetooth coex but I guess for now we can just not send the setup commands. So, how do we distinguish between these NICs? There only seems to be a small subset of hardware IDs in the driver.. thanks, -adrian