diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-04-24 14:55:37 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:26 -0400 |
commit | 5a36ba0e412a0e12a8bf2648a075226c1dd7870d (patch) | |
tree | 6dacb9e430ea4ae13125cf9db0abb0429f609b23 /drivers/net/wireless/iwlwifi/iwl-4965-hw.h | |
parent | e86fe9f64d7cc3da9f445f3d0a2c5fd265fcd445 (diff) |
iwlwifi: rename iwl-4965-commands to iwl-commands.h
This patch renames iwl-4965-commands to iwl-commands.h
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965-hw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965-hw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965-hw.h b/drivers/net/wireless/iwlwifi/iwl-4965-hw.h index bea03f682674..6dbdc0eec768 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965-hw.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965-hw.h | |||
@@ -62,7 +62,7 @@ | |||
62 | *****************************************************************************/ | 62 | *****************************************************************************/ |
63 | /* | 63 | /* |
64 | * Please use this file (iwl-4965-hw.h) only for hardware-related definitions. | 64 | * Please use this file (iwl-4965-hw.h) only for hardware-related definitions. |
65 | * Use iwl-4965-commands.h for uCode API definitions. | 65 | * Use iwl-commands.h for uCode API definitions. |
66 | * Use iwl-4965.h for driver implementation definitions. | 66 | * Use iwl-4965.h for driver implementation definitions. |
67 | */ | 67 | */ |
68 | 68 | ||
@@ -98,7 +98,7 @@ | |||
98 | #define IWL_RSSI_OFFSET 44 | 98 | #define IWL_RSSI_OFFSET 44 |
99 | 99 | ||
100 | 100 | ||
101 | #include "iwl-4965-commands.h" | 101 | #include "iwl-commands.h" |
102 | 102 | ||
103 | #define PCI_LINK_CTRL 0x0F0 | 103 | #define PCI_LINK_CTRL 0x0F0 |
104 | #define PCI_POWER_SOURCE 0x0C8 | 104 | #define PCI_POWER_SOURCE 0x0C8 |