当前位置:网站首页>RTL8189FS如何关闭Debug信息
RTL8189FS如何关闭Debug信息
2022-07-02 01:57:00 【YAN_KEEE】
RTL8189FS如何关闭Debug信息
在WIFI模块跑起来后,Debug的信息一直打印影响操作
RTL871X: CurIGValue=34, EntryMinUndecoratedSmoothedPWDB = 34
在linux-custom/drivers/net/wireless/rtl8189fs/include/autoconf.h下,注释掉 //#define CONFIG_DEBUG /* DBG_871X, etc… */
即可
/* * Debug Related Config */
//#define CONFIG_DEBUG /* DBG_871X, etc... */
#ifdef CONFIG_DEBUG
#define DBG 1 // for ODM & BTCOEX debug
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
#else // !CONFIG_DEBUG
#define DBG 0 // for ODM & BTCOEX debug
#endif // !CONFIG_DEBUG
#define CONFIG_PROC_DEBUG
#define DBG_CONFIG_ERROR_DETECT
//#define DBG_XMIT_BUF
//#define DBG_XMIT_BUF_EXT
//#define DBG_CHECK_FW_PS_STATE
//#define DBG_CHECK_FW_PS_STATE_H2C
//#define CONFIG_FW_C2H_DEBUG

边栏推荐
- Using mongodb in laravel
- SAP ui5 beginner tutorial 20 - explanation of expression binding usage of SAP ui5
- MySQL中一条SQL是怎么执行的
- Exception handling of class C in yyds dry goods inventory
- 剑指 Offer 62. 圆圈中最后剩下的数字
- Regular expression learning notes
- Data analysis on the disaster of Titanic
- 1069. Division of convex polygons (thinking, interval DP)
- What are the skills of spot gold analysis?
- Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
猜你喜欢

基于SSM实现微博系统

With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry

How to debug apps remotely and online?

MySQL中一条SQL是怎么执行的

城市选择器组件实现原理

医药管理系统(大一下C语言课设)

leetcode2309. The best English letters with both upper and lower case (simple, weekly)

What are the skills of spot gold analysis?

Should enterprises choose server free computing?

MySQL主从延迟问题怎么解决
随机推荐
Implementation of Weibo system based on SSM
The concept, function, characteristics, creation and deletion of MySQL constraints
Learn basic K-line diagram knowledge in three minutes
基于SSM实现微博系统
Penser au jeu 15: penser au service complet et au sous - service
【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
leetcode2312. Selling wood blocks (difficult, weekly race)
花一个星期时间呕心沥血整理出高频软件测试/自动化测试面试题和答案
剑指 Offer II 031. 最近最少使用缓存
Develop those things: how to use go singleton mode to ensure the security of high concurrency of streaming media?
New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
并发编程的三大核心问题
matlab 使用 resample 完成重采样
MySQL主从延迟问题怎么解决
正则表达式学习笔记
321. Chessboard segmentation (2D interval DP)
Logging only errors to the console Set system property ‘log4j2. debug‘ to sh
人工智能在网络安全中的作用
Golang lock
[Video] Markov chain Monte Carlo method MCMC principle and R language implementation | data sharing