summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-06-04 07:28:09 +0000
committeradrian <adrian@FreeBSD.org>2016-06-04 07:28:09 +0000
commit1f3680be282f8fb7c0e8b526a6aa8a6bd821277c (patch)
tree94c1c4bd1a38f4ae282101ca8ef2bcbf926c04a2
parent5b5250ad6263752fe2ad5c124840e0cda423fc6f (diff)
downloadFreeBSD-src-1f3680be282f8fb7c0e8b526a6aa8a6bd821277c.zip
FreeBSD-src-1f3680be282f8fb7c0e8b526a6aa8a6bd821277c.tar.gz
[ath_hal] add BTCOEX_STOMP_AUDIO; delete unused methods.
-rw-r--r--sys/dev/ath/ath_hal/ah_btcoex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ah_btcoex.h b/sys/dev/ath/ath_hal/ah_btcoex.h
index de23455..e3849d7 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 {
OpenPOWER on IntegriCloud