diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-12-18 21:37:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:58:55 -0500 |
commit | 40b8ec0bfa2d96c9feae2bc1596e9b427c77b8da (patch) | |
tree | 9c1bf8e43c1ace421cfe1c6e15c5db5cd573f987 /drivers/net/wireless/iwlwifi/iwl-3945.h | |
parent | 3d24a9f790c0e39cfdef1446c7100e89c542805c (diff) |
iwl3945: Getting rid of iwl-3945-debug.h
At the cost of adding a debug_level field to iwl3945_priv, we are now able to
get rid of iwl-3945-debug.h, and use iwl-debug.h instead.
Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com>
Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@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-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index 5d5176a62562..d5154ecbe898 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -47,7 +47,7 @@ extern struct pci_device_id iwl3945_hw_card_ids[]; | |||
47 | #include "iwl-csr.h" | 47 | #include "iwl-csr.h" |
48 | #include "iwl-prph.h" | 48 | #include "iwl-prph.h" |
49 | #include "iwl-3945-hw.h" | 49 | #include "iwl-3945-hw.h" |
50 | #include "iwl-3945-debug.h" | 50 | #include "iwl-debug.h" |
51 | #include "iwl-3945-led.h" | 51 | #include "iwl-3945-led.h" |
52 | 52 | ||
53 | /* Highest firmware API version supported */ | 53 | /* Highest firmware API version supported */ |
@@ -889,6 +889,7 @@ struct iwl3945_priv { | |||
889 | 889 | ||
890 | #ifdef CONFIG_IWL3945_DEBUG | 890 | #ifdef CONFIG_IWL3945_DEBUG |
891 | /* debugging info */ | 891 | /* debugging info */ |
892 | u32 debug_level; | ||
892 | u32 framecnt_to_us; | 893 | u32 framecnt_to_us; |
893 | atomic_t restrict_refcnt; | 894 | atomic_t restrict_refcnt; |
894 | #endif | 895 | #endif |