From: Kalle Valo Date: Fri, 3 Jan 2014 10:59:31 +0000 (+0200) Subject: ath10k: add debugfs file to control firmware dbglog X-Git-Tag: v3.14-rc1~94^2~113^2^2~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f118a3e515fd713a0ade315018f6b645bc98916e;p=pandora-kernel.git ath10k: add debugfs file to control firmware dbglog Firmware dbglogs can be now enabled through fw_dbglog file. To enable all possible log messages run: echo 0xffffffff > /sys/kernel/debug/ieee80211/phy0/ath10k/fw_dbglog And to put back firmare defaults use 0x0: echo 0x0 > /sys/kernel/debug/ieee80211/phy0/ath10k/fw_dbglog Signed-off-by: Kalle Valo --- Reading git-diff-tree failed