From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 8 18:20:32 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 27E624EC; Mon, 8 Apr 2013 18:20:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 92CEEF44; Mon, 8 Apr 2013 18:20:31 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id a12so6010309wgh.33 for ; Mon, 08 Apr 2013 11:20:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=FjWPoi5BAMLtS8l6sRdJzM2u7fKPNzjWJlBu8DhJzF4=; b=Q+5mXfoAXqVf9/QBhCsJ/ec5PIwbFnmURMwt1yzILtxI6dwJ0QzS60Y7Y6ktOTVSVg zfXnrJiIYsvCC88o1gthAkyWwLss3wMK2DLpMwdAwqg19jB/v8raIctWPc2w0NbKNtZ/ rrat8h6N5WI3lCEBTtkT8vv5lbqZ1HKXX0TQf5meGiMDLS1ftR4OtgkBg1MpFLRtjlvI RWCpFccIgBCVft8ct+/kfeWGBMxPn/YlIphZkGAAXmrguyJm0Lub7wHZfEy00zvMGB19 NNYEHoEKXULMTRGCDk3Memo6PPmuqoXjT2y8oW6C5dw3Nf6zMXu3T7sBUUyKN9pz9+ri kyJQ== MIME-Version: 1.0 X-Received: by 10.194.88.138 with SMTP id bg10mr33545294wjb.13.1365445224588; Mon, 08 Apr 2013 11:20:24 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.121.136 with HTTP; Mon, 8 Apr 2013 11:20:24 -0700 (PDT) In-Reply-To: <86zjx9atfd.fsf@orwell.Elisa> References: <86zjx9atfd.fsf@orwell.Elisa> Date: Mon, 8 Apr 2013 11:20:24 -0700 X-Google-Sender-Auth: s1vnDqnJrj7_DM8u9cCUceJmVe4 Message-ID: Subject: Re: updates to ar9300_hal / driver, please test From: Adrian Chadd To: Raphael Kubo da Costa 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: Mon, 08 Apr 2013 18:20:32 -0000 On 8 April 2013 09:17, Raphael Kubo da Costa wrote: > AR9485 here. I updated qcamain_open_hal_public to commit 89885db and > sys/dev/ath is at r249255. > > Everything still works fine in my very common and not-demanding workflow > (ie. connecting to a WPA2 AP and using Bluetooth with a BT-USB Broadcom > adapter). Sweet. My initial testing: * AR9485 BT detects (kldload ng_bt) but it doesn't work - I bet the antenna configuration is just not being written in so it never gets any actual antenna time; * AR9462 bluetooth works out of the box. HOWEVER - bluetooth coexistence isn't configured at all for either of them. The code is in my open HAL, but I have to write a bluetooth coexistence shim for the driver and have it know how to configure things. And to make things ridiculous, plenty of vendors have "odd" ideas of how to wire up the bluetooth NICs, so one profile doesn't just "work". It's one of those reasons why Atheros doesn't ship a single driver any longer - so much is tweaked by the registry, so vendors can and do use this. :( adrian