summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorEmmanuel Grumbach2013-02-19 10:02:36 +0100
committerJohannes Berg2013-03-06 16:48:00 +0100
commit1094234284a2afe46202773ebd9ae55416092d9c (patch)
tree5f11129e6a661ff5c76aacd26e2693338a887a51 /drivers/net/wireless/iwlwifi/mvm/mvm.h
parentiwlwifi: mvm: update SMPS when BT gets active (diff)
downloadkernel-qcow2-linux-1094234284a2afe46202773ebd9ae55416092d9c.tar.gz
kernel-qcow2-linux-1094234284a2afe46202773ebd9ae55416092d9c.tar.xz
kernel-qcow2-linux-1094234284a2afe46202773ebd9ae55416092d9c.zip
iwlwifi: mvm: export last bt_notif through debugfs
This will allow to track how BT core updates the driver. This is required to debug the BT Coexistence mechanism. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h
index a1f1a86643e5..203eb85e03d3 100644
--- a/drivers/net/wireless/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h
@@ -337,6 +337,7 @@ struct iwl_mvm {
/* BT-Coex */
u8 bt_kill_msk;
+ struct iwl_bt_coex_profile_notif last_bt_notif;
};
/* Extract MVM priv from op_mode and _hw */