diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-06-13 03:44:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-14 12:18:11 -0400 |
commit | 14b3d3387c95cc78f3d740ea53577d9ff41415e3 (patch) | |
tree | 91ae0a7bf2bc019f9ca90f4dec6a6a6a9e5e12a5 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 5d72a1f5b6da334f8722255c766fdbcd4c1b4c51 (diff) |
iwlwifi: remove 4965 prefix from iwl4965_ucode
The patch removes 4965 prefix from iwl4965_ucode.
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index e6188f087ea6..c508b11b6fc8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -480,7 +480,7 @@ struct fw_desc { | |||
480 | }; | 480 | }; |
481 | 481 | ||
482 | /* uCode file layout */ | 482 | /* uCode file layout */ |
483 | struct iwl4965_ucode { | 483 | struct iwl_ucode { |
484 | __le32 ver; /* major/minor/subminor */ | 484 | __le32 ver; /* major/minor/subminor */ |
485 | __le32 inst_size; /* bytes of runtime instructions */ | 485 | __le32 inst_size; /* bytes of runtime instructions */ |
486 | __le32 data_size; /* bytes of runtime data */ | 486 | __le32 data_size; /* bytes of runtime data */ |