summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/fw/api/config.h
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2017-07-16 16:22:08 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-08-18 15:59:47 +0300
commit64511df45cbeec02670a83b666ff584dd1d767a2 (patch)
tree323f2e8d7e29a206531bca1422eb01ba4b8b8292 /drivers/net/wireless/intel/iwlwifi/fw/api/config.h
parent38ef62353acbaa0eea062a9f047b33aebd7d52ce (diff)
downloadlinux-64511df45cbeec02670a83b666ff584dd1d767a2.tar.xz
iwlwifi: mvm: remove the corunning support
The corunning block was supposed to help in coex scenarios. It required the driver to configure the firmware based on the coupling between the two antennas of the devices. This was never in use and the configuration sent by the driver has always been blank. Remove all that 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/api/config.h')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/fw/api/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/config.h b/drivers/net/wireless/intel/iwlwifi/fw/api/config.h
index ee1bd45b7021..7f645b62804e 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/api/config.h
+++ b/drivers/net/wireless/intel/iwlwifi/fw/api/config.h
@@ -181,12 +181,4 @@ struct iwl_dc2dc_config_resp {
__le32 dc2dc_freq_tune1;
} __packed; /* DC2DC_CONFIG_RESP_API_S_VER_1 */
-/**
- * struct iwl_mvm_antenna_coupling_notif - antenna coupling notification
- * @isolation: antenna isolation value
- */
-struct iwl_mvm_antenna_coupling_notif {
- __le32 isolation;
-} __packed;
-
#endif /* __iwl_fw_api_config_h__ */