Date: Sat, 4 Jun 2016 07:28:09 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301303 - head/sys/dev/ath/ath_hal Message-ID: <201606040728.u547S9Q0031190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Jun 4 07:28:09 2016 New Revision: 301303 URL: https://svnweb.freebsd.org/changeset/base/301303 Log: [ath_hal] add BTCOEX_STOMP_AUDIO; delete unused methods. Modified: head/sys/dev/ath/ath_hal/ah_btcoex.h Modified: head/sys/dev/ath/ath_hal/ah_btcoex.h ============================================================================== --- head/sys/dev/ath/ath_hal/ah_btcoex.h Sat Jun 4 07:18:39 2016 (r301302) +++ head/sys/dev/ath/ath_hal/ah_btcoex.h Sat Jun 4 07:28:09 2016 (r301303) @@ -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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606040728.u547S9Q0031190>