diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-10-08 19:05:19 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-10-14 12:47:42 -0400 |
commit | 3be63ff0ae196b371728ba8fc8aca12eafcae218 (patch) | |
tree | 7fbecb72849ffbe60ff927e345c3d34bbdd9ab50 /drivers/net/wireless/iwlwifi/iwl-eeprom.h | |
parent | 40bbfd4c1b336b8841bef9933b6e09252ace56b8 (diff) |
iwlwifi: move agn only eeprom functions to separate file
Some of the functions in iwl-eeprom.c file are for agn devices only,
Those functions do not have to be part of iwlcore.ko, so move those
to iwl-agn-eeprom.c file.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index 2ae0a11e523b..d9b590625ae4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
@@ -501,18 +501,13 @@ struct iwl_eeprom_ops { | |||
501 | }; | 501 | }; |
502 | 502 | ||
503 | 503 | ||
504 | void iwl_eeprom_get_mac(const struct iwl_priv *priv, u8 *mac); | ||
505 | int iwl_eeprom_init(struct iwl_priv *priv); | 504 | int iwl_eeprom_init(struct iwl_priv *priv); |
506 | void iwl_eeprom_free(struct iwl_priv *priv); | 505 | void iwl_eeprom_free(struct iwl_priv *priv); |
507 | int iwl_eeprom_check_version(struct iwl_priv *priv); | 506 | int iwl_eeprom_check_version(struct iwl_priv *priv); |
508 | const u8 *iwl_eeprom_query_addr(const struct iwl_priv *priv, size_t offset); | 507 | const u8 *iwl_eeprom_query_addr(const struct iwl_priv *priv, size_t offset); |
509 | u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset); | ||
510 | |||
511 | int iwlcore_eeprom_verify_signature(struct iwl_priv *priv); | 508 | int iwlcore_eeprom_verify_signature(struct iwl_priv *priv); |
512 | int iwlcore_eeprom_acquire_semaphore(struct iwl_priv *priv); | 509 | u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset); |
513 | void iwlcore_eeprom_release_semaphore(struct iwl_priv *priv); | ||
514 | const u8 *iwlcore_eeprom_query_addr(const struct iwl_priv *priv, size_t offset); | 510 | const u8 *iwlcore_eeprom_query_addr(const struct iwl_priv *priv, size_t offset); |
515 | void iwlcore_eeprom_enhanced_txpower(struct iwl_priv *priv); | ||
516 | int iwl_init_channel_map(struct iwl_priv *priv); | 511 | int iwl_init_channel_map(struct iwl_priv *priv); |
517 | void iwl_free_channel_map(struct iwl_priv *priv); | 512 | void iwl_free_channel_map(struct iwl_priv *priv); |
518 | const struct iwl_channel_info *iwl_get_channel_info( | 513 | const struct iwl_channel_info *iwl_get_channel_info( |