Hi. I'm trying to modify TWT part of mt7915 code for my Linksys E8450.
I want to see the messages from functions like dev_info, but I cannot find them from dmesg or logread.
When building openwrt firmware, I enabled tracing in kmod-mac80211 from menuconfig, kernel debugging, miscellaneous debug code, kernel function tracer from kernel_menuconfig, but still couldn't see the messages.
Even worse, tracing mt7915 TWT functions did not output any messages on trace_pipe.
(I could see messages from tracing TWT events)
I found the patch disabling debug messages from developer guide (https://dev.archive.openwrt.org/ticket/15658)
Is it due to the patch?