wil6210: fw error recovery
[deliverable/linux.git] / drivers / net / wireless / ath / wil6210 / interrupt.c
index 201cf06ef5d8e4c1ab6643062ff7d699648b4e7d..5824cd41e4bac6d387087ab84739df3225b8f799 100644 (file)
@@ -328,6 +328,7 @@ static irqreturn_t wil6210_irq_misc_thread(int irq, void *cookie)
        if (isr & ISR_MISC_FW_ERROR) {
                wil_notify_fw_error(wil);
                isr &= ~ISR_MISC_FW_ERROR;
+               wil_fw_error_recovery(wil);
        }
 
        if (isr & ISR_MISC_MBOX_EVT) {
This page took 0.024438 seconds and 5 git commands to generate.