From: Moshe Harel <[email protected]>

Add mplut and sync2sco and corunning to debugfs.

Signed-off-by: Moshe Harel <[email protected]>
Signed-off-by: Emmanuel Grumbach <[email protected]>
---
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c 
b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
index 05928fb..2322c99 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
@@ -532,6 +532,13 @@ static ssize_t iwl_dbgfs_bt_notif_read(struct file *file, 
char __user *user_buf,
                                 mvm->last_ant_isol, mvm->last_corun_lut);
        }
 
+       pos += scnprintf(buf + pos, bufsz - pos, "sync_sco = %d\n",
+                        IWL_MVM_BT_COEX_SYNC2SCO);
+       pos += scnprintf(buf + pos, bufsz - pos, "mplut = %d\n",
+                        IWL_MVM_BT_COEX_MPLUT);
+       pos += scnprintf(buf + pos, bufsz - pos, "corunning = %d\n",
+                        IWL_MVM_BT_COEX_CORUNNING);
+
        mutex_unlock(&mvm->mutex);
 
        ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos);
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to