diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-04-02 09:55:16 +0300 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-07-07 21:35:49 +0300 |
commit | 430a3bbafdc78e30307e6eacb90980f29719d91c (patch) | |
tree | a6d3b0f6258cae7f403ce88f4fad703e5a475ec5 /drivers/net/wireless/iwlwifi/mvm/mvm.h | |
parent | 0ea8d0432c09f240b8dfdec0dc0e4abaf422b838 (diff) | |
download | linux-430a3bbafdc78e30307e6eacb90980f29719d91c.tar.gz linux-430a3bbafdc78e30307e6eacb90980f29719d91c.tar.bz2 linux-430a3bbafdc78e30307e6eacb90980f29719d91c.zip |
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.h | 4 |
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 { struct iwl_bt_coex_profile_notif_old last_bt_notif_old; struct iwl_bt_coex_ci_cmd_old last_bt_ci_cmd_old; - struct iwl_bt_coex_profile_notif_old last_bt_notif; - struct iwl_bt_coex_ci_cmd_old last_bt_ci_cmd; + struct iwl_bt_coex_profile_notif last_bt_notif; + struct iwl_bt_coex_ci_cmd last_bt_ci_cmd; u32 last_ant_isol; u8 last_corun_lut; |