Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.org/pub...
[linux-2.6-block.git] / drivers / net / wireless / ath / ath9k / main.c
index 62b0bf4fdf6b0144f4696703113f344b2993546c..9ede991b8d767cfd2268a9137dcaa57d171af174 100644 (file)
@@ -555,15 +555,6 @@ irqreturn_t ath_isr(int irq, void *dev)
            (status & ATH9K_INT_BB_WATCHDOG))
                goto chip_reset;
 
-#ifdef CONFIG_ATH9K_WOW
-       if (status & ATH9K_INT_BMISS) {
-               if (atomic_read(&sc->wow_sleep_proc_intr) == 0) {
-                       atomic_inc(&sc->wow_got_bmiss_intr);
-                       atomic_dec(&sc->wow_sleep_proc_intr);
-               }
-       }
-#endif
-
        if (status & ATH9K_INT_SWBA)
                tasklet_schedule(&sc->bcon_tasklet);