diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mci.c b/drivers/net/wireless/ath/ath9k/mci.c index 19dbac42f3d..0dd2cbb52d6 100644 --- a/drivers/net/wireless/ath/ath9k/mci.c +++ b/drivers/net/wireless/ath/ath9k/mci.c | |||
@@ -157,7 +157,7 @@ static void ath_mci_update_scheme(struct ath_softc *sc) | |||
157 | * For single PAN/FTP profile, allocate 35% for BT | 157 | * For single PAN/FTP profile, allocate 35% for BT |
158 | * to improve WLAN throughput. | 158 | * to improve WLAN throughput. |
159 | */ | 159 | */ |
160 | btcoex->duty_cycle = 35; | 160 | btcoex->duty_cycle = AR_SREV_9565(sc->sc_ah) ? 40 : 35; |
161 | btcoex->btcoex_period = 53; | 161 | btcoex->btcoex_period = 53; |
162 | ath_dbg(common, MCI, | 162 | ath_dbg(common, MCI, |
163 | "Single PAN/FTP bt period %d ms dutycycle %d\n", | 163 | "Single PAN/FTP bt period %d ms dutycycle %d\n", |