diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2013-01-17 02:42:25 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-06 10:47:58 -0500 |
commit | 931d416049cdb6e8382792231317f76be0d922ce (patch) | |
tree | dd34fee8764e451bdd16c2be20b3dcfa19497bc3 /drivers/net/wireless/iwlwifi/mvm/mvm.h | |
parent | fb3ceb817503f3d89e3beb4f48a2f4d608a6697f (diff) |
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.h | 4 |
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, | |||
504 | void iwl_mvm_set_default_unicast_key(struct ieee80211_hw *hw, | 504 | void iwl_mvm_set_default_unicast_key(struct ieee80211_hw *hw, |
505 | struct ieee80211_vif *vif, int idx); | 505 | struct ieee80211_vif *vif, int idx); |
506 | 506 | ||
507 | /* BT Coex */ | ||
508 | int iwl_send_bt_prio_tbl(struct iwl_mvm *mvm); | ||
509 | int iwl_send_bt_init_conf(struct iwl_mvm *mvm); | ||
510 | |||
507 | #endif /* __IWL_MVM_H__ */ | 511 | #endif /* __IWL_MVM_H__ */ |