Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2011 13:29:48 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r227078 - user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201111041329.pA4DTmWp019939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Nov  4 13:29:48 2011
New Revision: 227078
URL: http://svn.freebsd.org/changeset/base/227078

Log:
  Disable the compression registers; not needed for AR5416 and later

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c

Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Fri Nov  4 13:28:17 2011	(r227077)
+++ user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Fri Nov  4 13:29:48 2011	(r227078)
@@ -388,8 +388,10 @@ ar5416Reset(struct ath_hal *ah, HAL_OPMO
 #endif
 	ar5416InitBB(ah, chan);
 
+#if 0
 	/* Setup compression registers */
 	ar5212SetCompRegs(ah);		/* XXX not needed? */
+#endif
 
 	/*
 	 * 5416 baseband will check the per rate power table



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