Skip to content

Commit

Permalink
iwl3945: re-align 3945 event log data
Browse files Browse the repository at this point in the history
Re-align 3945 event log data.

Signed-off-by: Ben Cahill <ben.m.cahill@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Ben Cahill authored and David S. Miller committed Jan 28, 2008
1 parent 0054b34 commit f58177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4494,7 +4494,7 @@ static void iwl3945_dump_nic_error_log(struct iwl3945_priv *priv)

}

#define EVENT_START_OFFSET (4 * sizeof(u32))
#define EVENT_START_OFFSET (6 * sizeof(u32))

/**
* iwl3945_print_event_log - Dump error event log to syslog
Expand Down

0 comments on commit f58177b

Please sign in to comment.