From owner-freebsd-wireless@FreeBSD.ORG Thu Oct 10 02:05:02 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C7E4907 for ; Thu, 10 Oct 2013 02:05:02 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7CF62578 for ; Thu, 10 Oct 2013 02:05:01 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id n4so1265610qcx.41 for ; Wed, 09 Oct 2013 19:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wHipbzK9+MW2K8erp5PsiWwm/MLcHnBTwxfFaA0IEPo=; b=GenCiHoyBGj1UzZbP6Znn6oKPv98lmDLtn9pOlcL9H9FqPdlydaLGoPyoRm0cItcqz Crw/DTCv8GluDwSS5LllXQKDwy+vUcGR1VFWfQp6e8VLfDsDiYbQ36Uqu2N8FISprjGr pBsZYcAqKsw085+MbqlTVbHWdxNwFieweF8kVSMqkHPB1H/4b0sxx//JCaB70W4eJLc5 8OO5eundZw4ittFtP5umGoNZSoOzTeKyPvpO3+SAQaMKsASeCodcMhJFBfBrSkY0L+U+ yjJP4fOVhcKCYpfjY6MIy41AW82keG/kQapIAaml6UDTMGFTPoviE/XlDLAt9XTeHqJU uz8Q== MIME-Version: 1.0 X-Received: by 10.49.27.226 with SMTP id w2mr838496qeg.32.1381370700978; Wed, 09 Oct 2013 19:05:00 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Wed, 9 Oct 2013 19:05:00 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Oct 2013 19:05:00 -0700 X-Google-Sender-Auth: HHua3IYD9_g_wtkD2BqsovamEBk Message-ID: Subject: Re: Correlation values for Atheros adaptive noise immunity From: Adrian Chadd To: w Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Thu, 10 Oct 2013 02:05:02 -0000 I'm not sure. I think it's a signal level. Have you read the ANI patent(s) = ? -adrian On 9 October 2013 19:04, w wrote: > Is there any way I can printk the correlation values for ar5416_ani.c? > > I couldn=92t find the variable that contains the correlation value. > Line 267 of the ar5416_ani.c file says: > OS_REG_RMW_FIELD(ah, AR_PHY_SFCORR, > AR_PHY_SFCORR_M1_THRESH, m1Thresh[on]); > > I don=92t know what the variables mean or what the function means or > what data type the variables are because I want to printk them. > > References: > > > http://svnweb.freebsd.org/base/head/sys/dev/ath/ath_hal/ar5416/ar5416_ani= .c?view=3Dmarkup > > https://wiki.freebsd.org/dev/ath_hal%284%29/AutomaticNoiseImmunity > > ~ w ~ > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.or= g > " >