commit | 467210a67b8e4e63dc7fb0bc9aca21e412f32da5 | [log] [tgz] |
---|---|---|
author | SenthilKumar Jegadeesan <sjegadee@qti.qualcomm.com> | Thu Jan 29 14:36:52 2015 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Feb 04 09:20:08 2015 +0200 |
tree | e261397bd1da8749e838b4b67ae7c31df0d18cdf | |
parent | 75930d1a80e81052376ffc5298aadfe8a075d9d2 [diff] |
ath10k: add log level configuration for fw_dbglog Introduce an optional log level configuration for the existing debugfs fw_dbglog file. It allows users to configure the desired log level for firmware dbglog messages. To configure log level as WARN: echo 0xffffffff 2 > /sys/kernel/debug/ieee80211/phy0/ath10k/fw_dbglog The values are: VERBOSE 0 INFO 1 WARN 2 ERR 3 Signed-off-by: SenthilKumar Jegadeesan <sjegadee@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>