svn commit: r220323 - head/sys/dev/ath/ath_hal/ar5416
Adrian Chadd
adrian at FreeBSD.org
Mon Apr 4 11:01:53 UTC 2011
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;
}
/*
More information about the svn-src-all
mailing list