svn commit: r227010 -
user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar9002
Adrian Chadd
adrian at FreeBSD.org
Wed Nov 2 00:21:04 UTC 2011
Author: adrian
Date: Wed Nov 2 00:21:03 2011
New Revision: 227010
URL: http://svn.freebsd.org/changeset/base/227010
Log:
Add further cyclic power threshold entries.
Modified:
user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c Tue Nov 1 23:12:22 2011 (r227009)
+++ user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c Wed Nov 2 00:21:03 2011 (r227010)
@@ -80,8 +80,8 @@ ar9280AniSetup(struct ath_hal *ah)
.coarseHigh = { -14, -14, -14, -14, -12 },
.coarseLow = { -64, -64, -64, -64, -70 },
.firpwr = { -78, -78, -78, -78, -80 },
- .maxSpurImmunityLevel = 2,
- .cycPwrThr1 = { 2, 4, 6 },
+ .maxSpurImmunityLevel = 7, /* levels 0..7 */
+ .cycPwrThr1 = { 2, 4, 6, 8, 10, 12, 14, 16 },
.maxFirstepLevel = 2, /* levels 0..2 */
.firstep = { 0, 4, 8 },
.ofdmTrigHigh = 500,
More information about the svn-src-user
mailing list