From f4af8a6a6279ce0067686d16ea3d4afdd21288db Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 13 Jun 2013 02:19:53 +0000 Subject: [PATCH] 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. --- sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c index 190eda72e2be..8cc6e764664b 100644 --- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c +++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c @@ -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