|
@@ -323,7 +323,6 @@ static struct iwl_lib_ops iwl6000_lib = {
|
|
|
EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
|
|
|
EEPROM_REG_BAND_52_HT40_CHANNELS
|
|
|
},
|
|
|
- .verify_signature = iwlcore_eeprom_verify_signature,
|
|
|
.acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
|
|
|
.release_semaphore = iwlcore_eeprom_release_semaphore,
|
|
|
.calib_version = iwlagn_eeprom_calib_version,
|
|
@@ -398,7 +397,6 @@ static struct iwl_lib_ops iwl6000g2b_lib = {
|
|
|
EEPROM_6000_REG_BAND_24_HT40_CHANNELS,
|
|
|
EEPROM_REG_BAND_52_HT40_CHANNELS
|
|
|
},
|
|
|
- .verify_signature = iwlcore_eeprom_verify_signature,
|
|
|
.acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
|
|
|
.release_semaphore = iwlcore_eeprom_release_semaphore,
|
|
|
.calib_version = iwlagn_eeprom_calib_version,
|