diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-03-12 19:58:50 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-25 16:41:47 -0400 |
commit | c79dd5b5bc5a65822cdc9d571032c469ad7577d5 (patch) | |
tree | 9056b3470264641eb6d4f25fedef5cde5f1c069d /drivers/net/wireless/iwlwifi/iwl-eeprom.h | |
parent | 0a6857e70d577237bb1cd1c991e68e7d3b6f7c90 (diff) |
iwlwifi: rename struct iwl4965_priv to struct iwl_priv
This patch renames iwl4965_priv to iwl_priv. iwl_priv will
be shared by more hw.
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-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index 7827566dcc8b..ad486fe7a96c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
@@ -63,7 +63,7 @@ | |||
63 | #ifndef __iwl_eeprom_h__ | 63 | #ifndef __iwl_eeprom_h__ |
64 | #define __iwl_eeprom_h__ | 64 | #define __iwl_eeprom_h__ |
65 | 65 | ||
66 | struct iwl4965_priv; | 66 | struct iwl_priv; |
67 | 67 | ||
68 | /* | 68 | /* |
69 | * EEPROM access time values: | 69 | * EEPROM access time values: |
@@ -383,17 +383,17 @@ struct iwl4965_eeprom { | |||
383 | /* End of EEPROM */ | 383 | /* End of EEPROM */ |
384 | 384 | ||
385 | struct iwl_eeprom_ops { | 385 | struct iwl_eeprom_ops { |
386 | int (*verify_signature) (struct iwl4965_priv *priv); | 386 | int (*verify_signature) (struct iwl_priv *priv); |
387 | int (*acquire_semaphore) (struct iwl4965_priv *priv); | 387 | int (*acquire_semaphore) (struct iwl_priv *priv); |
388 | void (*release_semaphore) (struct iwl4965_priv *priv); | 388 | void (*release_semaphore) (struct iwl_priv *priv); |
389 | }; | 389 | }; |
390 | 390 | ||
391 | 391 | ||
392 | void iwl_eeprom_get_mac(const struct iwl4965_priv *priv, u8 *mac); | 392 | void iwl_eeprom_get_mac(const struct iwl_priv *priv, u8 *mac); |
393 | int iwl_eeprom_init(struct iwl4965_priv *priv); | 393 | int iwl_eeprom_init(struct iwl_priv *priv); |
394 | 394 | ||
395 | int iwlcore_eeprom_verify_signature(struct iwl4965_priv *priv); | 395 | int iwlcore_eeprom_verify_signature(struct iwl_priv *priv); |
396 | int iwlcore_eeprom_acquire_semaphore(struct iwl4965_priv *priv); | 396 | int iwlcore_eeprom_acquire_semaphore(struct iwl_priv *priv); |
397 | void iwlcore_eeprom_release_semaphore(struct iwl4965_priv *priv); | 397 | void iwlcore_eeprom_release_semaphore(struct iwl_priv *priv); |
398 | 398 | ||
399 | #endif /* __iwl_eeprom_h__ */ | 399 | #endif /* __iwl_eeprom_h__ */ |