|
@@ -916,9 +916,10 @@ static void wl1271_recovery_work(struct work_struct *work)
|
|
|
if (wl->state != WL1271_STATE_ON || wl->plt)
|
|
|
goto out_unlock;
|
|
|
|
|
|
- wl12xx_read_fwlog_panic(wl);
|
|
|
-
|
|
|
- wlcore_print_recovery(wl);
|
|
|
+ if (!test_bit(WL1271_FLAG_INTENDED_FW_RECOVERY, &wl->flags)) {
|
|
|
+ wl12xx_read_fwlog_panic(wl);
|
|
|
+ wlcore_print_recovery(wl);
|
|
|
+ }
|
|
|
|
|
|
BUG_ON(bug_on_recovery &&
|
|
|
!test_bit(WL1271_FLAG_INTENDED_FW_RECOVERY, &wl->flags));
|