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:
parent
f08b3a501a
commit
f4af8a6a62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user