diff options
author | adrian <adrian@FreeBSD.org> | 2016-06-04 08:56:30 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2016-06-04 08:56:30 +0000 |
commit | 63d783840f492d407ea22dfac58af004872b1c94 (patch) | |
tree | 11fd0b5af84f7393af18d96c88c1dea150e3e72d | |
parent | fc684474dad0ab3381018d649af6141c0f57b81e (diff) | |
download | FreeBSD-src-63d783840f492d407ea22dfac58af004872b1c94.zip FreeBSD-src-63d783840f492d407ea22dfac58af004872b1c94.tar.gz |
[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.
-rw-r--r-- | sys/dev/ath/if_ath_btcoex.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ath/if_ath_btcoex.c b/sys/dev/ath/if_ath_btcoex.c index ddd1c91..f071fc4 100644 --- a/sys/dev/ath/if_ath_btcoex.c +++ b/sys/dev/ath/if_ath_btcoex.c @@ -232,10 +232,6 @@ ath_btcoex_cfg_mci(struct ath_softc *sc, uint32_t mci_cfg, int do_btdiv) 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; |