Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172245
b: refs/heads/master
c: bd3709b
h: refs/heads/master
i:
  172243: 1bb46fc
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Dec 4, 2009
1 parent ad999d3 commit c9a980d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: df98a4967002d0df88d92f89662261e3a7867cf7
refs/heads/master: bd3709b546f0113b41f0ecceaf3452a073739bbc
9 changes: 0 additions & 9 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1701,15 +1701,6 @@ void iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log)
IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n",
size);

/* if uCode has wrapped back to top of log, start at the oldest entry,
* i.e the next one that uCode would fill. */
if (num_wraps)
iwl3945_print_event_log(priv, next_entry,
capacity - next_entry, mode);

/* (then/else) start at top of log */
iwl3945_print_event_log(priv, 0, next_entry, mode);

#ifdef CONFIG_IWLWIFI_DEBUG
if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) {
/* if uCode has wrapped back to top of log,
Expand Down

0 comments on commit c9a980d

Please sign in to comment.