From owner-svn-src-all@freebsd.org Sat Jun 4 07:28:10 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE392B692CF; Sat, 4 Jun 2016 07:28:10 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C050410FC; Sat, 4 Jun 2016 07:28:10 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u547S96P031191; Sat, 4 Jun 2016 07:28:09 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u547S9Q0031190; Sat, 4 Jun 2016 07:28:09 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201606040728.u547S9Q0031190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sat, 4 Jun 2016 07:28:09 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 07:28:11 -0000 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 {