From 624fbf7d590440e32bba3578be39f10a9c77ad70 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 4 Jun 2016 07:28:09 +0000 Subject: [PATCH] [ath_hal] add BTCOEX_STOMP_AUDIO; delete unused methods. --- sys/dev/ath/ath_hal/ah_btcoex.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/ath/ath_hal/ah_btcoex.h b/sys/dev/ath/ath_hal/ah_btcoex.h index de234556dac..e3849d796f1 100644 --- a/sys/dev/ath/ath_hal/ah_btcoex.h +++ b/sys/dev/ath/ath_hal/ah_btcoex.h @@ -37,9 +37,7 @@ typedef struct { u_int8_t bt_gpio_wlan_active; u_int8_t bt_active_polarity; HAL_BOOL bt_single_ant; - u_int8_t bt_dutyCycle; u_int8_t bt_isolation; - u_int8_t bt_period; } HAL_BT_COEX_INFO; typedef enum { @@ -101,6 +99,7 @@ typedef enum { HAL_BT_COEX_STOMP_NONE, HAL_BT_COEX_STOMP_ALL_FORCE, HAL_BT_COEX_STOMP_LOW_FORCE, + HAL_BT_COEX_STOMP_AUDIO, } HAL_BT_COEX_STOMP_TYPE; typedef struct {