aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/init.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index d99f188dfcf..db38a58e752 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -566,6 +566,7 @@ static int ath9k_init_softc(u16 devid, struct ath_softc *sc,
566 ah->reg_ops.read = ath9k_ioread32; 566 ah->reg_ops.read = ath9k_ioread32;
567 ah->reg_ops.write = ath9k_iowrite32; 567 ah->reg_ops.write = ath9k_iowrite32;
568 ah->reg_ops.rmw = ath9k_reg_rmw; 568 ah->reg_ops.rmw = ath9k_reg_rmw;
569 atomic_set(&ah->intr_ref_cnt, -1);
569 sc->sc_ah = ah; 570 sc->sc_ah = ah;
570 571
571 if (!pdata) { 572 if (!pdata) {