diff options
author | Emmanuel Grumbach | 2017-10-17 09:30:24 +0200 |
---|---|---|
committer | Luca Coelho | 2017-11-03 10:56:08 +0100 |
commit | fb7eba711d2169fbd40bc487c191f360332e8b22 (patch) | |
tree | 40640ca0f0bf0641f957f030b1a04e74f59e1a2c /drivers/net/wireless/intel/iwlwifi/fw/file.h | |
parent | iwlwifi: mvm: improve latency when there is a reorder timeout (diff) | |
download | kernel-qcow2-linux-fb7eba711d2169fbd40bc487c191f360332e8b22.tar.gz kernel-qcow2-linux-fb7eba711d2169fbd40bc487c191f360332e8b22.tar.xz kernel-qcow2-linux-fb7eba711d2169fbd40bc487c191f360332e8b22.zip |
iwlwifi: remove dead code for internal devices only
We had a bunch of code that was relevant for internal
devices only. Those devices are now being depreceated.
Kill all the now unneeded code.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/file.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/file.h b/drivers/net/wireless/intel/iwlwifi/fw/file.h index efd7fb65de8b..740d97093d1c 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/file.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/file.h @@ -136,7 +136,7 @@ enum iwl_ucode_tlv_type { IWL_UCODE_TLV_N_SCAN_CHANNELS = 31, IWL_UCODE_TLV_PAGING = 32, IWL_UCODE_TLV_SEC_RT_USNIFFER = 34, - IWL_UCODE_TLV_SDIO_ADMA_ADDR = 35, + /* 35 is unused */ IWL_UCODE_TLV_FW_VERSION = 36, IWL_UCODE_TLV_FW_DBG_DEST = 38, IWL_UCODE_TLV_FW_DBG_CONF = 39, |