diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index 9ce052573c6a..c960c6fa009b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
@@ -294,9 +294,6 @@ extern const u8 iwl_eeprom_band_1[14]; | |||
294 | 294 | ||
295 | struct iwl_eeprom_ops { | 295 | struct iwl_eeprom_ops { |
296 | const u32 regulatory_bands[7]; | 296 | const u32 regulatory_bands[7]; |
297 | int (*acquire_semaphore) (struct iwl_priv *priv); | ||
298 | void (*release_semaphore) (struct iwl_priv *priv); | ||
299 | u16 (*calib_version) (struct iwl_priv *priv); | ||
300 | const u8* (*query_addr) (const struct iwl_priv *priv, size_t offset); | 297 | const u8* (*query_addr) (const struct iwl_priv *priv, size_t offset); |
301 | void (*update_enhanced_txpower) (struct iwl_priv *priv); | 298 | void (*update_enhanced_txpower) (struct iwl_priv *priv); |
302 | }; | 299 | }; |