kernel/drivers/net/wireless/ath/ath9k/beacon.c
.. .. @@ -251,7 +251,7 @@ 251 251 int first_slot = ATH_BCBUF; 252 252 int slot; 253 253 254 - tasklet_disable_in_atomic(&sc->bcon_tasklet);254 + tasklet_disable(&sc->bcon_tasklet);255 255 256 256 /* Find first taken slot. */ 257 257 for (slot = 0; slot < ATH_BCBUF; slot++) {