if (_DRV_DEBUG_ <= rtw_drv_log_level) {\ _dbgdump(DRIVER_PREFIX fmt, ##arg);\ } \ } while (0) #undef RTW_INFO_DUMP #define RTW_INFO_DUMP(_TitleString, _HexData, _HexDataLen) \ do {\ if (_DRV_INFO_ <= rtw_drv_log_level) { \ int __i; \ u8 *ptr = (u8 *)_He...
# default log level is _DRV_INFO_ = 4, # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level. CONFIG_RTW_LOG_LEVEL = 2 CONFIG_RTW_LOG_LEVEL = 4 # enable /proc/net/rtlxxxx/ debug interfaces CONFIG_PROC_DEBUG = n @@ -140,7 +136,6 @@ CONFIG...
} void dump_log_level(void *sel) { #ifdef CONFIG_RTW_DEBUG int i; RTW_PRINT_SEL(sel, "drv_log_level:%d\n", rtw_drv_log_level); for (i = 0; i <= _DRV_MAX_; i++) { if (rtw_log_level_str[i]) RTW_PRINT_SEL(sel, "%c %s = %d\n", (rtw_drv_log_level == i) ...
Star0 Files main debug.h efuse.c efuse.h efuse_be.c fw.c fw.h mac.c mac.h mac80211.c mac_be.c pci.c pci.h pci_be.c phy.c phy.h phy_be.c ps.c ps.h reg.h regd.c rtw8851b.c rtw8851b.h rtw8851b_rfk.c
Yes, it should appear in dmesg. Maybe change pr_warn for pr_err or raise the kernel's console debug level. I don't remember the option for that. But if your problem is with „error beacon valid” and „failed to download drv rsvd page”, I don't think my patch will help with...
Breadcrumbs rtl8812au_linux /os_dep /linux / Latest commit austinmarton Import rtl8812AU_linux_v4.3.2_11100.20140411 from D-Link website. Jul 19, 2014 f4ce490·Jul 19, 2014 History History
Driver for Realtek 8852AE, an 802.11ax device. Contribute to nima-vt/rtw89 development by creating an account on GitHub.