Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2011 11:01:53 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220323 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201104041101.p34B1rN0081514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Apr  4 11:01:53 2011
New Revision: 220323
URL: http://svn.freebsd.org/changeset/base/220323

Log:
  At least set the coverage class value here; worry about populating the
  register values at a later date.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c	Mon Apr  4 09:56:10 2011	(r220322)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c	Mon Apr  4 11:01:53 2011	(r220323)
@@ -124,6 +124,7 @@ ar5416SetDecompMask(struct ath_hal *ah, 
 void
 ar5416SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now)
 {
+	AH_PRIVATE(ah)->ah_coverageClass = coverageclass;
 }
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104041101.p34B1rN0081514>