From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 7 03:17:44 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 526E2106566B; Wed, 7 Sep 2011 03:17:44 +0000 (UTC) (envelope-from paradyse@gmail.com) Received: from mail-gw0-f49.google.com (mail-gw0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id F13738FC15; Wed, 7 Sep 2011 03:17:43 +0000 (UTC) Received: by gwb1 with SMTP id 1so4346739gwb.36 for ; Tue, 06 Sep 2011 20:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=WWPymLRl72o9WwG0/bTCNYG2yUesEQbCppktGgiH088=; b=Yb1mVCDMgIlzYBG7YFRvLLwGV345kJH6TRdp0Hiu1pzju5NIX2v3dnZl88jmw7Mhvu Kfdk1eeK16798je7p/Q4uQR78KzrwKSqARAeyCewa5z1F2wB/48VlGHVERiR5ckiRboH eBMVwNX1omFmN6IeatJffwczTYgoGIRYGHiHE= Received: by 10.150.31.20 with SMTP id e20mr4380803ybe.239.1315365463110; Tue, 06 Sep 2011 20:17:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.178.20 with HTTP; Tue, 6 Sep 2011 20:17:23 -0700 (PDT) In-Reply-To: References: From: Yin Date: Wed, 7 Sep 2011 11:17:23 +0800 Message-ID: To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: [patch] Fix TBTT, TSF handling for TDMA on AR5416 and later chips X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 07 Sep 2011 03:17:44 -0000 Hi Adrian, The flag to indicate the capability of 32bit RX TSF is great. It works the same as my patch. Thank you for reviewing it and submitting the patch! Yin On Wed, Sep 7, 2011 at 10:38 AM, Yin wrote: > Hi Adrian, > > OK! I will test it now and let you know the result. =A0:) > > Thanks, > Yin > > On Wed, Sep 7, 2011 at 9:16 AM, Adrian Chadd wrote: >> Hi Yin, all; >> >> I've done a bit of tidying up of Yin's TDMA related cleanups. >> >> In particular, I've added a new capability (HAL_CAP_LONG_RXDESC_TSF) >> which the AR5416 and later chips set. This indicates the received TSF >> is 32 bits rather than 15 bits. >> >> Yin, would you mind testing this in your local setup and make sure it >> works the same as your patch? I'll submit it for inclusion into -HEAD >> / 9.0 if it does. >> >> Thanks again for your great work! >> >> >> >> adrian >> >