From owner-freebsd-current@FreeBSD.ORG Thu Aug 12 06:24:36 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BBEE106568B; Thu, 12 Aug 2010 06:24:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA0518FC18; Thu, 12 Aug 2010 06:24:35 +0000 (UTC) Received: by eyh6 with SMTP id 6so563556eyh.13 for ; Wed, 11 Aug 2010 23:24:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=7YxEbNlEhu8yeMBEwFEICr2/VWLFU7JcOwl7wQwdhw0=; b=rqKHJZZw2P8zbC4i9WHfmm/7UsaDGd+5N53DGIxstDYqYyPZjhPHZsYbUnf02pKekU o+2UwDfswMMF/L1NaWEaDJYHeoQIP/vh0SVa8vdvxFItrfnpw+2iDrFlTmB2pSMXHDPe Zcgk4U0OACAnmjeCcQaIRAlikbMMU5LnGL6O8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=pbU7z3pISJtqLcQICZLp/gOzg5Ru7CFXWX4LXi8g7pTIpX+mTRnhcR/cUvjEQMlB4t FLmcGAwp6WS+TI86wTlspc8ywUZTnF5ahbZScLbtuazZFulbNBGDXCo5qwMSt97cZf6V C2m7R3aOCroW+nsXjoq7X/P7OL8szXYthiPp0= MIME-Version: 1.0 Received: by 10.213.20.141 with SMTP id f13mr4009444ebb.99.1281594274728; Wed, 11 Aug 2010 23:24:34 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.213.112.140 with HTTP; Wed, 11 Aug 2010 23:24:34 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Aug 2010 14:24:34 +0800 X-Google-Sender-Auth: aFr45pE_FFgr1yYLPGODg_dwSQQ Message-ID: From: Adrian Chadd To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: [CFT] if_ath updates - ar5416 (macbook pro, etc) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 06:24:36 -0000 Hi everyone, I've just merged in some changes to the noise floor (NF) internal calibration and NF CCA (clear channel assessment) programming. This may (slightly) improve AR5416/AR9160 behaviour in both AP and station mode in noisy/busy conditions. I've only really tested this in AP mode as I don't (currently) have a laptop or desktop with an AR5416 or AR9160 in it. Thanks! Adrian