svn commit: r240446 - head/sys/dev/ath/ath_hal/ar5416
Adrian Chadd
adrian at FreeBSD.org
Thu Sep 13 07:19:54 UTC 2012
Author: adrian
Date: Thu Sep 13 07:19:53 2012
New Revision: 240446
URL: http://svn.freebsd.org/changeset/base/240446
Log:
Call the ar5212SetCoverageClass() function for now.
Some of the math is a little wrong thanks to clocks in 11a mode running
at 44MHz when in fast clock mode (rather than 40MHz, which the chips
before AR9280 ran 11a in). That'll have to be addressed in a future commit.
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 Thu Sep 13 07:17:58 2012 (r240445)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Thu Sep 13 07:19:53 2012 (r240446)
@@ -178,7 +178,8 @@ ar5416SetDecompMask(struct ath_hal *ah,
void
ar5416SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now)
{
- AH_PRIVATE(ah)->ah_coverageClass = coverageclass;
+
+ ar5212SetCoverageClass(ah, coverageclass, now);
}
/*
More information about the svn-src-head
mailing list