aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c b/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
index 05928fb4021d..2322c995de56 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,
532 mvm->last_ant_isol, mvm->last_corun_lut); 532 mvm->last_ant_isol, mvm->last_corun_lut);
533 } 533 }
534 534
535 pos += scnprintf(buf + pos, bufsz - pos, "sync_sco = %d\n",
536 IWL_MVM_BT_COEX_SYNC2SCO);
537 pos += scnprintf(buf + pos, bufsz - pos, "mplut = %d\n",
538 IWL_MVM_BT_COEX_MPLUT);
539 pos += scnprintf(buf + pos, bufsz - pos, "corunning = %d\n",
540 IWL_MVM_BT_COEX_CORUNNING);
541
535 mutex_unlock(&mvm->mutex); 542 mutex_unlock(&mvm->mutex);
536 543
537 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); 544 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos);