diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-03-12 19:58:49 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-25 16:41:46 -0400 |
commit | 0a6857e70d577237bb1cd1c991e68e7d3b6f7c90 (patch) | |
tree | b0876013471917412ffe54b0b5badcc4de3fb18e /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | 8236e183fc53be2b5d81a4f547f9c5b645e10fe0 (diff) |
iwlwifi: rename iwl-4965-debug.h back to iwl-debug.h
This patch removes iwl-4965-debug.h to iwl-debug.h
It will be used by more NICs
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 3401f2a30cc5..2896af28981a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -3583,7 +3583,7 @@ static void iwl4965_update_ps_mode(struct iwl4965_priv *priv, u16 ps_bit, u8 *ad | |||
3583 | } | 3583 | } |
3584 | } | 3584 | } |
3585 | } | 3585 | } |
3586 | #ifdef CONFIG_IWL4965_DEBUG | 3586 | #ifdef CONFIG_IWLWIFI_DEBUG |
3587 | 3587 | ||
3588 | /** | 3588 | /** |
3589 | * iwl4965_dbg_report_frame - dump frame to syslog during debug sessions | 3589 | * iwl4965_dbg_report_frame - dump frame to syslog during debug sessions |
@@ -3623,7 +3623,7 @@ static void iwl4965_dbg_report_frame(struct iwl4965_priv *priv, | |||
3623 | struct iwl4965_rx_frame_end *rx_end = IWL_RX_END(pkt); | 3623 | struct iwl4965_rx_frame_end *rx_end = IWL_RX_END(pkt); |
3624 | u8 *data = IWL_RX_DATA(pkt); | 3624 | u8 *data = IWL_RX_DATA(pkt); |
3625 | 3625 | ||
3626 | if (likely(!(iwl4965_debug_level & IWL_DL_RX))) | 3626 | if (likely(!(iwl_debug_level & IWL_DL_RX))) |
3627 | return; | 3627 | return; |
3628 | 3628 | ||
3629 | /* MAC header */ | 3629 | /* MAC header */ |
@@ -3726,7 +3726,7 @@ static void iwl4965_dbg_report_frame(struct iwl4965_priv *priv, | |||
3726 | } | 3726 | } |
3727 | } | 3727 | } |
3728 | if (print_dump) | 3728 | if (print_dump) |
3729 | iwl4965_print_hex_dump(IWL_DL_RX, data, length); | 3729 | iwl_print_hex_dump(IWL_DL_RX, data, length); |
3730 | } | 3730 | } |
3731 | #else | 3731 | #else |
3732 | static inline void iwl4965_dbg_report_frame(struct iwl4965_priv *priv, | 3732 | static inline void iwl4965_dbg_report_frame(struct iwl4965_priv *priv, |