Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1434 - ath10k debug_mask #6761

Closed
openwrt-bot opened this issue Mar 15, 2018 · 1 comment
Closed

FS#1434 - ath10k debug_mask #6761

openwrt-bot opened this issue Mar 15, 2018 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

ThomasCr:

Hi,
I am at LEDE 17.01.3 on my TP-Link Archer C7 / AC1750.
I use kmod-ath10k-ct and ath10k-firmware-qca988x-ct packages.

$ opkg list-installed | grep ath10k
ath10k-firmware-qca988x-ct - 2017-01-11-ab432c60-1
kmod-ath10k-ct - 4.4.89+2017-01-26-d2bc84ff-1

My problem is, that I can't disable the ath10k_pci ATH10K_DBG_BUFFER kernel messages.
I can set the kernel option for ath10k_core in the file /etc/modules.d/50-ath10k-ct.

$ cat /etc/modules.d/50-ath10k-ct
mac80211
ath
ath10k_core debug_mask=0x10000020
ath10k_pci

which works (after a reboot), but I think - something is missing...

$ cat /sys/kernel/debug/ieee80211/phy0/ath10k/debug_level
Current debug level: 0x10000020

To change debug level, set value adding up desired flags:
PCI: 0x1
WMI: 0x2
HTC: 0x4
HTT: 0x8
MAC: 0x10
BOOT: 0x20
PCI-DUMP: 0x40
HTT-DUMP: 0x80
MGMT: 0x100
DATA: 0x200
BMI: 0x400
REGULATORY: 0x800
TESTMODE: 0x1000
WMI-PRINT: 0x2000
PCI-PS: 0x4000
AHB: 0x8000
MAC2: 0x20000000
INFO-AS-DBG: 0x40000000
FW: 0x80000000
ALL: 0xFFFFFFFF

as you can see, there is no entry listed for:
NO-FW-DBGLOG: 0x10000000

like it is shown on the candela site:
https://www.candelatech.com/ath10k-bugs.php

So, maybe the module ath10k_core is outdated? I still get the DEBUG MESSAGES...

@openwrt-bot
Copy link
Author

ThomasCr:

Hi, I also wanted to add, that the current snapshot has the missing option.

LEDE Reboot 17.01.3 r3533-d0bf257c46 / LuCI lede-17.01 branch (git-18.061.17832-d092772)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant