From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 17 06:24:06 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 1428AD6F for ; Sun, 17 Mar 2013 06:24:06 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx1.freebsd.org (Postfix) with ESMTP id D0DF7308 for ; Sun, 17 Mar 2013 06:24:05 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id up1so5447283pbc.23 for ; Sat, 16 Mar 2013 23:23:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=9bG1BVF36RdTGvoL/mBNXV6vlf/sbiQ8PPrgOGHnCZs=; b=W0XCfyrA7BqFPXG1qVmiwLUCgs9/1HR5pvioLhY3Usfl24MNm8TYmyIXMU0q5dqdN+ CHV27ioFhdMNfF28/jKNYQ/2HHyWbzK7AvD3PXtlCzVeUTGENAW5Le4HAiTlIiU1Dx+H or9alVwk92E0jw1Mmkx5MJHppvFi11bASRL+Q3qh27Na+t08M3LGPkoMQdpteiLe6Fnr 5rLtd+Mt7sSf9p746f92pfqDBwn1c3JKZFq/zGgBVO0/abTUBwBb4v5EpugDINMm/CWZ bEGTRyiXp0tHVH7s0PVjxtO9kj2LL5O7eUP5LSRIJBAPgOWSJwhscUPzYmZFIDLJrRbA POXg== MIME-Version: 1.0 X-Received: by 10.66.230.198 with SMTP id ta6mr4145816pac.126.1363501439875; Sat, 16 Mar 2013 23:23:59 -0700 (PDT) Received: by 10.70.39.69 with HTTP; Sat, 16 Mar 2013 23:23:59 -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: Sat, 16 Mar 2013 23:23:59 -0700 Message-ID: Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support From: Adrian Chadd To: Joshua Isom 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, 17 Mar 2013 06:24:06 -0000 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, Adrian