aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-6000.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2010-09-22 12:02:00 -0400
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2010-10-07 18:50:18 -0400
commitd3f5ba958d6c425a87535c6fa2a69ca90eb6e930 (patch)
tree0b19fb0c471fcea051cf3f08cbfd5d4e14169ce8 /drivers/net/wireless/iwlwifi/iwl-6000.c
parent575ccfd0f47e5d791246cb03c07d636190322fa1 (diff)
iwlwifi: remove verify_signature eeprom operation
All drivers share the same implementation, so there's no need to call this via a function pointer nor to export it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index 6261aec5ebd..198cd8f40de 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -323,7 +323,6 @@ static struct iwl_lib_ops iwl6000_lib = {
323 EEPROM_6000_REG_BAND_24_HT40_CHANNELS, 323 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
324 EEPROM_REG_BAND_52_HT40_CHANNELS 324 EEPROM_REG_BAND_52_HT40_CHANNELS
325 }, 325 },
326 .verify_signature = iwlcore_eeprom_verify_signature,
327 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore, 326 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
328 .release_semaphore = iwlcore_eeprom_release_semaphore, 327 .release_semaphore = iwlcore_eeprom_release_semaphore,
329 .calib_version = iwlagn_eeprom_calib_version, 328 .calib_version = iwlagn_eeprom_calib_version,
@@ -398,7 +397,6 @@ static struct iwl_lib_ops iwl6000g2b_lib = {
398 EEPROM_6000_REG_BAND_24_HT40_CHANNELS, 397 EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
399 EEPROM_REG_BAND_52_HT40_CHANNELS 398 EEPROM_REG_BAND_52_HT40_CHANNELS
400 }, 399 },
401 .verify_signature = iwlcore_eeprom_verify_signature,
402 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore, 400 .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
403 .release_semaphore = iwlcore_eeprom_release_semaphore, 401 .release_semaphore = iwlcore_eeprom_release_semaphore,
404 .calib_version = iwlagn_eeprom_calib_version, 402 .calib_version = iwlagn_eeprom_calib_version,