aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-04-02 02:55:16 -0400
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-07-07 14:35:49 -0400
commit430a3bbafdc78e30307e6eacb90980f29719d91c (patch)
treea6d3b0f6258cae7f403ce88f4fad703e5a475ec5 /drivers/net/wireless/iwlwifi/mvm/mvm.h
parent0ea8d0432c09f240b8dfdec0dc0e4abaf422b838 (diff)
iwlwifi: mvm: BT Coex - new API
Start the new BT Coex implementation. Don't react to notifications for now - only the initial configuration is implemented. The rest will happen in next patches. Since coex.c now uses the new the new structures in all functions, we need to adapt the code to compile, even if it doesn't run yet. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@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, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h
index 0b52d0ae4a0d..fbe93a1df93a 100644
--- a/drivers/net/wireless/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h
@@ -633,8 +633,8 @@ struct iwl_mvm {
633 633
634 struct iwl_bt_coex_profile_notif_old last_bt_notif_old; 634 struct iwl_bt_coex_profile_notif_old last_bt_notif_old;
635 struct iwl_bt_coex_ci_cmd_old last_bt_ci_cmd_old; 635 struct iwl_bt_coex_ci_cmd_old last_bt_ci_cmd_old;
636 struct iwl_bt_coex_profile_notif_old last_bt_notif; 636 struct iwl_bt_coex_profile_notif last_bt_notif;
637 struct iwl_bt_coex_ci_cmd_old last_bt_ci_cmd; 637 struct iwl_bt_coex_ci_cmd last_bt_ci_cmd;
638 638
639 u32 last_ant_isol; 639 u32 last_ant_isol;
640 u8 last_corun_lut; 640 u8 last_corun_lut;