diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl3945-base.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c index 0db9b79a69a6..a63bd5ee53a7 100644 --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c | |||
@@ -1701,15 +1701,6 @@ void iwl3945_dump_nic_event_log(struct iwl_priv *priv, bool full_log) | |||
1701 | IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n", | 1701 | IWL_ERR(priv, "Start IWL Event Log Dump: display last %d count\n", |
1702 | size); | 1702 | size); |
1703 | 1703 | ||
1704 | /* if uCode has wrapped back to top of log, start at the oldest entry, | ||
1705 | * i.e the next one that uCode would fill. */ | ||
1706 | if (num_wraps) | ||
1707 | iwl3945_print_event_log(priv, next_entry, | ||
1708 | capacity - next_entry, mode); | ||
1709 | |||
1710 | /* (then/else) start at top of log */ | ||
1711 | iwl3945_print_event_log(priv, 0, next_entry, mode); | ||
1712 | |||
1713 | #ifdef CONFIG_IWLWIFI_DEBUG | 1704 | #ifdef CONFIG_IWLWIFI_DEBUG |
1714 | if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) { | 1705 | if ((iwl_get_debug_level(priv) & IWL_DL_FW_ERRORS) || full_log) { |
1715 | /* if uCode has wrapped back to top of log, | 1706 | /* if uCode has wrapped back to top of log, |