svn commit: r227078 - user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Fri Nov 4 13:29:48 UTC 2011


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


More information about the svn-src-user mailing list