svn commit: r222323 - head/sys/dev/ath/ath_hal/ar9002
Adrian Chadd
adrian at FreeBSD.org
Thu May 26 20:17:59 UTC 2011
Author: adrian
Date: Thu May 26 20:17:59 2011
New Revision: 222323
URL: http://svn.freebsd.org/changeset/base/222323
Log:
Revert this erroneous commit and re-disable the AR9285 combined antenna
diversity.
Modified:
head/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c
Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c Thu May 26 19:49:32 2011 (r222322)
+++ head/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c Thu May 26 20:17:59 2011 (r222323)
@@ -87,10 +87,8 @@ ar9285_check_div_comb(struct ath_hal *ah
HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom;
const MODAL_EEP4K_HEADER *pModal = &ee->ee_base.modalHeader;
-#if 0
/* For now, simply disable this until it's better debugged. -adrian */
return AH_FALSE;
-#endif
if (! AR_SREV_KITE(ah))
return AH_FALSE;
More information about the svn-src-head
mailing list