From: Eduardo Abinader Date: Thu, 19 May 2016 15:15:29 +0000 (+0200) Subject: ath9k: Proper TX99 interrupt ref count X-Git-Tag: v4.8-rc1~140^2~279^2^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8a0a36cf98dbe689c31568b4f0ed883b43815cae;p=karo-tx-linux.git ath9k: Proper TX99 interrupt ref count On TX99 mode, instead of assuming interrupt mask non ATH9K_INT_GLOBAL, let ath9k_hw_disable_interrupts proper set interrupt ref count. This prevents some PCI PERR occurring specialy when setting 11b and n rates. Signed-off-by: Eduardo Abinader Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath9k/tx99.c b/drivers/net/wireless/ath/ath9k/tx99.c index 6161536e9397..16aca9e28b77 100644 --- a/drivers/net/wireless/ath/ath9k/tx99.c +++ b/drivers/net/wireless/ath/ath9k/tx99.c @@ -132,7 +132,6 @@ static int ath9k_tx99_init(struct ath_softc *sc) ath9k_ps_wakeup(sc); ath9k_hw_disable_interrupts(ah); - atomic_set(&ah->intr_ref_cnt, -1); ath_drain_all_txq(sc); ath_stoprecv(sc);