ath9k: resume aggregation immediately after a hardware reset
[pandora-kernel.git] / drivers / net / wireless / ath / ath9k / beacon.c
index 4ed010d..19891e7 100644 (file)
@@ -370,7 +370,7 @@ void ath_beacon_tasklet(unsigned long data)
                        ath_print(common, ATH_DBG_BSTUCK,
                                  "beacon is officially stuck\n");
                        sc->sc_flags |= SC_OP_TSF_RESET;
-                       ath_reset(sc, false);
+                       ath_reset(sc, true);
                }
 
                return;