summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorEmmanuel Grumbach2013-01-17 08:42:25 +0100
committerJohannes Berg2013-03-06 16:47:58 +0100
commit931d416049cdb6e8382792231317f76be0d922ce (patch)
treedd34fee8764e451bdd16c2be20b3dcfa19497bc3 /drivers/net/wireless/iwlwifi/mvm/mvm.h
parentiwlwifi: mvm: add BT Coex FW API (diff)
downloadkernel-qcow2-linux-931d416049cdb6e8382792231317f76be0d922ce.tar.gz
kernel-qcow2-linux-931d416049cdb6e8382792231317f76be0d922ce.tar.xz
kernel-qcow2-linux-931d416049cdb6e8382792231317f76be0d922ce.zip
iwlwifi: mvm: begin basic BT-Coex implementation
Send the PRIO table before the calibrations. This table tells the fw what priority to give to what (WiFi / BT) according to events. Send a hardcoded BT_COEX command to the fw to enable basic BT coexistence. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mvm.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/mvm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h
index 234c5726d196..b7f27d59fc24 100644
--- a/drivers/net/wireless/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h
@@ -504,4 +504,8 @@ void iwl_mvm_ipv6_addr_change(struct ieee80211_hw *hw,
void iwl_mvm_set_default_unicast_key(struct ieee80211_hw *hw,
struct ieee80211_vif *vif, int idx);
+/* BT Coex */
+int iwl_send_bt_prio_tbl(struct iwl_mvm *mvm);
+int iwl_send_bt_init_conf(struct iwl_mvm *mvm);
+
#endif /* __IWL_MVM_H__ */