diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc_drv_gpio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c b/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c index e3a02eb8e0c..ce606b618e0 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | |||
@@ -80,6 +80,7 @@ static void ath_btcoex_period_work(struct work_struct *work) | |||
80 | ath9k_hw_btcoex_bt_stomp(priv->ah, is_btscan ? ATH_BTCOEX_STOMP_ALL : | 80 | ath9k_hw_btcoex_bt_stomp(priv->ah, is_btscan ? ATH_BTCOEX_STOMP_ALL : |
81 | btcoex->bt_stomp_type); | 81 | btcoex->bt_stomp_type); |
82 | 82 | ||
83 | ath9k_hw_btcoex_enable(priv->ah); | ||
83 | timer_period = is_btscan ? btcoex->btscan_no_stomp : | 84 | timer_period = is_btscan ? btcoex->btscan_no_stomp : |
84 | btcoex->btcoex_no_stomp; | 85 | btcoex->btcoex_no_stomp; |
85 | ieee80211_queue_delayed_work(priv->hw, &priv->duty_cycle_work, | 86 | ieee80211_queue_delayed_work(priv->hw, &priv->duty_cycle_work, |
@@ -108,6 +109,7 @@ static void ath_btcoex_duty_cycle_work(struct work_struct *work) | |||
108 | ath9k_hw_btcoex_bt_stomp(ah, ATH_BTCOEX_STOMP_NONE); | 109 | ath9k_hw_btcoex_bt_stomp(ah, ATH_BTCOEX_STOMP_NONE); |
109 | else if (btcoex->bt_stomp_type == ATH_BTCOEX_STOMP_ALL) | 110 | else if (btcoex->bt_stomp_type == ATH_BTCOEX_STOMP_ALL) |
110 | ath9k_hw_btcoex_bt_stomp(ah, ATH_BTCOEX_STOMP_LOW); | 111 | ath9k_hw_btcoex_bt_stomp(ah, ATH_BTCOEX_STOMP_LOW); |
112 | ath9k_hw_btcoex_enable(priv->ah); | ||
111 | } | 113 | } |
112 | 114 | ||
113 | void ath_htc_init_btcoex_work(struct ath9k_htc_priv *priv) | 115 | void ath_htc_init_btcoex_work(struct ath9k_htc_priv *priv) |