Revert this erroneous commit and re-disable the AR9285 combined antenna

diversity.
This commit is contained in:
Adrian Chadd 2011-05-26 20:17:59 +00:00
parent 775b7a6663
commit a3906079d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222323

View File

@ -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;