From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 17 14:07:52 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 68905342 for ; Sun, 17 Mar 2013 14:07:52 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) by mx1.freebsd.org (Postfix) with ESMTP id 3301A297 for ; Sun, 17 Mar 2013 14:07:52 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id uo15so5731738pbc.33 for ; Sun, 17 Mar 2013 07:07:46 -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=isZ+UEFIaGraFvmfVCWZj9rWd6SfeFWW52SV5EcLw98=; b=HYbcCFV9AeHeo/YE3Vdx3hUqW9Xj8ySkuCa9E+mB6NgYvgvsHu6Yuc3MHcVK0OZ/gg d7/YrC+DNZ7u7a+wWoE1rATUGrpRF6c6kheGUKiEnAE6SsJQAnyn9hcrlRPNGgpxQiPj o8I0Ol5Ks9Uig9h7txy0xQVHx0mBHUFBfEnm/JVRBLbqlOduIhxxJdeJnFAUsRGQICBc XXjp/eQzuZ1ph4gYUNmsxPnBeUBty2hZKa0PxIYlsRBOuUgYebsIrtvklfRgvxBEkuBB GEs5ErAO4ycJhujWefItmKx6Xq7c8GH/KD8xBZxdqzEDfAK1wsspoXIwPWXeuzmkjYoJ f5eg== MIME-Version: 1.0 X-Received: by 10.68.244.1 with SMTP id xc1mr27721949pbc.165.1363529266408; Sun, 17 Mar 2013 07:07:46 -0700 (PDT) Sender: lwhsu.freebsd@gmail.com Received: by 10.68.59.169 with HTTP; Sun, 17 Mar 2013 07:07:46 -0700 (PDT) In-Reply-To: References: <5142813d.83c2e00a.67a8.39d5@mx.google.com> <514284E5.9060303@gmail.com> <51428E10.1000801@gmail.com> <78975985-a190-4915-82b5-b1810d6115b2@email.android.com> <5143A1C3.7010304@gmail.com> Date: Sun, 17 Mar 2013 22:07:46 +0800 X-Google-Sender-Auth: TTb-O9_FORCPSYLCoWMuuBNKFVE Message-ID: Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support From: Li-Wen Hsu To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 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, 17 Mar 2013 14:07:52 -0000 On Sun, Mar 17, 2013 at 2:23 PM, Adrian Chadd wrote: > I've just fixed a couple things with the AR9300 HAL: > > * I've implemented a "get slot time" method, so one stub function call > message should disappear; > * I've fixed a quirk with slot/ack/rtscts timeout calculations in HT40 > - the AR9300 HAL was compensating for the 40Mhz width of the channel, > but FreeBSD's HAL library call already does this. So now the HAL > doesn't double compensate for this. > * I broke and then fixed some compile time issues. > > Please update and test! Thanks make this work, after updating to r248420 with commit f56a13fa8492944f899d4d1b23b8a068bc543c4c on github. I finally got my AR9380 work. -- Li-Wen Hsu http://lwhsu.org