diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index a4772aff51fe..d9b590625ae4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
@@ -493,7 +493,6 @@ struct iwl_eeprom_calib_info { | |||
493 | 493 | ||
494 | struct iwl_eeprom_ops { | 494 | struct iwl_eeprom_ops { |
495 | const u32 regulatory_bands[7]; | 495 | const u32 regulatory_bands[7]; |
496 | int (*verify_signature) (struct iwl_priv *priv); | ||
497 | int (*acquire_semaphore) (struct iwl_priv *priv); | 496 | int (*acquire_semaphore) (struct iwl_priv *priv); |
498 | void (*release_semaphore) (struct iwl_priv *priv); | 497 | void (*release_semaphore) (struct iwl_priv *priv); |
499 | u16 (*calib_version) (struct iwl_priv *priv); | 498 | u16 (*calib_version) (struct iwl_priv *priv); |
@@ -502,18 +501,13 @@ struct iwl_eeprom_ops { | |||
502 | }; | 501 | }; |
503 | 502 | ||
504 | 503 | ||
505 | void iwl_eeprom_get_mac(const struct iwl_priv *priv, u8 *mac); | ||
506 | int iwl_eeprom_init(struct iwl_priv *priv); | 504 | int iwl_eeprom_init(struct iwl_priv *priv); |
507 | void iwl_eeprom_free(struct iwl_priv *priv); | 505 | void iwl_eeprom_free(struct iwl_priv *priv); |
508 | int iwl_eeprom_check_version(struct iwl_priv *priv); | 506 | int iwl_eeprom_check_version(struct iwl_priv *priv); |
509 | 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); |
510 | u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset); | ||
511 | |||
512 | int iwlcore_eeprom_verify_signature(struct iwl_priv *priv); | 508 | int iwlcore_eeprom_verify_signature(struct iwl_priv *priv); |
513 | int iwlcore_eeprom_acquire_semaphore(struct iwl_priv *priv); | 509 | u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset); |
514 | void iwlcore_eeprom_release_semaphore(struct iwl_priv *priv); | ||
515 | 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); |
516 | void iwlcore_eeprom_enhanced_txpower(struct iwl_priv *priv); | ||
517 | int iwl_init_channel_map(struct iwl_priv *priv); | 511 | int iwl_init_channel_map(struct iwl_priv *priv); |
518 | void iwl_free_channel_map(struct iwl_priv *priv); | 512 | void iwl_free_channel_map(struct iwl_priv *priv); |
519 | const struct iwl_channel_info *iwl_get_channel_info( | 513 | const struct iwl_channel_info *iwl_get_channel_info( |