diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-03-04 21:09:28 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-07 16:03:00 -0500 |
commit | 6f83eaa170c05324fb33668eace007ea24c277d2 (patch) | |
tree | 8d2b263c08b0449bf4f9de407fa161c750aff702 /drivers/net/wireless/iwlwifi/iwl-3945.h | |
parent | 4c424e4cc7bc9d3c4c22b408904c36b44afddc3e (diff) |
iwlwifi: extract iwl-csr.h
This patch extract CSR Register definition into separate
header files as most of the definition are commons to both
3945 and 4965.
Definitions specific for 3945 and 4965 are properly prefixed
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-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 d281e42964d5..1701e0b9b877 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -40,8 +40,9 @@ | |||
40 | extern struct pci_device_id iwl3945_hw_card_ids[]; | 40 | extern struct pci_device_id iwl3945_hw_card_ids[]; |
41 | 41 | ||
42 | #define DRV_NAME "iwl3945" | 42 | #define DRV_NAME "iwl3945" |
43 | #include "iwl-3945-hw.h" | 43 | #include "iwl-csr.h" |
44 | #include "iwl-prph.h" | 44 | #include "iwl-prph.h" |
45 | #include "iwl-3945-hw.h" | ||
45 | #include "iwl-3945-debug.h" | 46 | #include "iwl-3945-debug.h" |
46 | 47 | ||
47 | /* Default noise level to report when noise measurement is not available. | 48 | /* Default noise level to report when noise measurement is not available. |