Return HAL_ANT_VARIABLE for now, until it's unstubbed.

This is needed by the slow antenna diversity logic for the AR9485/AR9462
as it's only engaged if the TX diveristy is set to VARIABLE.
This commit is contained in:
Adrian Chadd 2013-06-13 02:19:53 +00:00
parent f08b3a501a
commit f4af8a6a62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251675

View File

@ -431,7 +431,7 @@ ar9300_Stub_GetAntennaSwitch(struct ath_hal *ah)
{
ath_hal_printf(ah, "%s: called\n", __func__);
return (HAL_ANTENNA_FIXED_A);
return (HAL_ANT_VARIABLE);
}
HAL_BOOL