commit | 08431b627dfaaa559826f0b12b9c52118a6a30eb | [log] [tgz] |
---|---|---|
author | Ping-Ke Shih <pkshih@realtek.com> | Fri Dec 29 16:31:11 2017 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Jan 08 19:07:52 2018 +0200 |
tree | 2235eab6bfea73afe233c5bd66fdb59af90b13c4 | |
parent | 610247f46feb23beda99d0bb44aa8f51a8dc27e1 [diff] |
rtlwifi: btcoex: Use seq_file to dump btcoex status We use seq_file to replace RT_TRACE to dump status, then we can use 'cat' to access btcoex's status through debugfs. (i.e. /sys/kernel/debug/rtlwifi/00-11-22-33-44-55-66/btcoex) Other related changes are 1. implement btc_disp_dbg_msg() to access btcoex's common status. 2. remove obsolete field bt_exist Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>