Date: Sat, 4 Jun 2016 08:56:30 +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: r301307 - head/sys/dev/ath Message-ID: <201606040856.u548uUkB064407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Jun 4 08:56:30 2016 New Revision: 301307 URL: https://svnweb.freebsd.org/changeset/base/301307 Log: [ath] remove now unused parameters. These will move to being part of the driver btcoex stuff I'm working on, since the HAL doesn't know what to do with them. Modified: head/sys/dev/ath/if_ath_btcoex.c Modified: head/sys/dev/ath/if_ath_btcoex.c ============================================================================== --- head/sys/dev/ath/if_ath_btcoex.c Sat Jun 4 08:47:45 2016 (r301306) +++ head/sys/dev/ath/if_ath_btcoex.c Sat Jun 4 08:56:30 2016 (r301307) @@ -232,10 +232,6 @@ ath_btcoex_cfg_mci(struct ath_softc *sc, btinfo.bt_single_ant = 0; /* 2 antenna on WB335 */ btinfo.bt_isolation = 0; /* in dB, not used */ - /* Implement a default dutycycle/period */ - btinfo.bt_dutyCycle = 55; - btinfo.bt_period = 40; - ath_hal_btcoex_set_info(ah, &btinfo); btconfig.bt_time_extend = 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606040856.u548uUkB064407>