aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-eeprom.h8
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
494struct iwl_eeprom_ops { 494struct 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
505void iwl_eeprom_get_mac(const struct iwl_priv *priv, u8 *mac);
506int iwl_eeprom_init(struct iwl_priv *priv); 504int iwl_eeprom_init(struct iwl_priv *priv);
507void iwl_eeprom_free(struct iwl_priv *priv); 505void iwl_eeprom_free(struct iwl_priv *priv);
508int iwl_eeprom_check_version(struct iwl_priv *priv); 506int iwl_eeprom_check_version(struct iwl_priv *priv);
509const u8 *iwl_eeprom_query_addr(const struct iwl_priv *priv, size_t offset); 507const u8 *iwl_eeprom_query_addr(const struct iwl_priv *priv, size_t offset);
510u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset);
511
512int iwlcore_eeprom_verify_signature(struct iwl_priv *priv); 508int iwlcore_eeprom_verify_signature(struct iwl_priv *priv);
513int iwlcore_eeprom_acquire_semaphore(struct iwl_priv *priv); 509u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset);
514void iwlcore_eeprom_release_semaphore(struct iwl_priv *priv);
515const u8 *iwlcore_eeprom_query_addr(const struct iwl_priv *priv, size_t offset); 510const u8 *iwlcore_eeprom_query_addr(const struct iwl_priv *priv, size_t offset);
516void iwlcore_eeprom_enhanced_txpower(struct iwl_priv *priv);
517int iwl_init_channel_map(struct iwl_priv *priv); 511int iwl_init_channel_map(struct iwl_priv *priv);
518void iwl_free_channel_map(struct iwl_priv *priv); 512void iwl_free_channel_map(struct iwl_priv *priv);
519const struct iwl_channel_info *iwl_get_channel_info( 513const struct iwl_channel_info *iwl_get_channel_info(