Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352177
b: refs/heads/master
c: 847cbeb
h: refs/heads/master
i:
  352175: cced238
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Nov 28, 2012
1 parent cfe28af commit bbd6815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f9b67770be4201f4449b0f180effecaac4e2686
refs/heads/master: 847cbebd527c2ba184f1951802d91e043fd81b47
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,11 +805,13 @@ static void wl12xx_read_fwlog_panic(struct wl1271 *wl)

/*
* Make sure the chip is awake and the logger isn't active.
* Do not send a stop fwlog command if the fw is hanged.
* Do not send a stop fwlog command if the fw is hanged or if
* dbgpins are used (due to some fw bug).
*/
if (wl1271_ps_elp_wakeup(wl))
goto out;
if (!wl->watchdog_recovery)
if (!wl->watchdog_recovery &&
wl->conf.fwlog.output != WL12XX_FWLOG_OUTPUT_DBG_PINS)
wl12xx_cmd_stop_fwlog(wl);

/* Read the first memory block address */
Expand Down

0 comments on commit bbd6815

Please sign in to comment.