summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/constants.h
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-02-17 11:24:10 +0200
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-03-11 19:46:47 +0200
commitb9fae2d54c9ffceed7b57bfc9d4acb0de40b4ba8 (patch)
treee8c49715ff1a28698ca1dad7749aae0db81aaebd /drivers/net/wireless/iwlwifi/mvm/constants.h
parent91b80256b6ef64c3ec21210f7b4a0256c2c47f64 (diff)
downloadop-kernel-dev-b9fae2d54c9ffceed7b57bfc9d4acb0de40b4ba8.zip
op-kernel-dev-b9fae2d54c9ffceed7b57bfc9d4acb0de40b4ba8.tar.gz
iwlwifi: mvm: BT Coex add support for Co-running block
7265 features a new calibration which is called antenna coupling. The purpose of this calibration (which isn't really a calibration), is to measure the isolation between the antennas and that can give us useful information for the Coex modules. With this information, we can tune the LookUpTables (LUTs) that define the BT / WiFi contention policy. The LUTs currently contain dummy values - but they will be updated soon. While at it, change the current code to stop duplicate the host command while sending. This was needed back then, when the command was short enough to be allocated on the stack. Since then, the command grew a lot and is now allocated on the heap - hence we can use the NOCOPY option instead. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/constants.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/constants.h b/drivers/net/wireless/iwlwifi/mvm/constants.h
index 2d133b1..37d5f35 100644
--- a/drivers/net/wireless/iwlwifi/mvm/constants.h
+++ b/drivers/net/wireless/iwlwifi/mvm/constants.h
@@ -82,5 +82,6 @@
#define IWL_MVM_LOWLAT_SINGLE_BINDING_MAXDUR 24 /* TU */
#define IWL_MVM_LOWLAT_DUAL_BINDING_MAXDUR 24 /* TU */
#define IWL_MVM_BT_COEX_SYNC2SCO 1
+#define IWL_MVM_BT_COEX_CORUNNING 1
#endif /* __MVM_CONSTANTS_H */
OpenPOWER on IntegriCloud