aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2013-06-25 08:42:03 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-10-02 12:00:40 -0400
commit18bc6996c74ba475061fd1532e4a9f4409c8bc63 (patch)
tree09d2312b14540f988063a5adcfa375f2dcd50076 /drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h
parentdac94da8dba3855aa97a376bed223c342981e236 (diff)
iwlwifi: mvm: BT Coex - no need to send envelopes
This was due to a fw remainder of old implementation. 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/fw-api-bt-coex.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h b/drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h
index a470ea0db29e..acb32f4b3dd4 100644
--- a/drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h
+++ b/drivers/net/wireless/iwlwifi/mvm/fw-api-bt-coex.h
@@ -353,20 +353,4 @@ struct iwl_bt_coex_prio_tbl_cmd {
353 u8 prio_tbl[BT_COEX_PRIO_TBL_EVT_MAX]; 353 u8 prio_tbl[BT_COEX_PRIO_TBL_EVT_MAX];
354} __packed; 354} __packed;
355 355
356enum iwl_bt_coex_env_action {
357 BT_COEX_ENV_CLOSE = 0,
358 BT_COEX_ENV_OPEN = 1,
359}; /* BT_COEX_PROT_ENV_ACTION_API_E_VER_1 */
360
361/**
362 * struct iwl_bt_coex_prot_env_cmd - BT Protection Envelope
363 * @action: enum %iwl_bt_coex_env_action
364 * @type: enum %iwl_bt_coex_prio_table_event
365 */
366struct iwl_bt_coex_prot_env_cmd {
367 u8 action; /* 0 = closed, 1 = open */
368 u8 type; /* 0 .. 15 */
369 u8 reserved[2];
370} __packed;
371
372#endif /* __fw_api_bt_coex_h__ */ 356#endif /* __fw_api_bt_coex_h__ */