当前位置:网站首页>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

边栏推荐
- [Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
- How to use a product to promote "brand thrill"?
- 2022 Q2 - 提昇技能的技巧總結
- k线图形态这样记(口诀篇)
- Selection of field types for creating tables in MySQL database
- MySQL如何解决delete大量数据后空间不释放的问题
- Penser au jeu 15: penser au service complet et au sous - service
- D discard the virtual recovery method
- 【视频】马尔可夫链原理可视化解释与R语言区制转换MRS实例|数据分享
- 正则表达式学习笔记
猜你喜欢

JMeter (II) - install the custom thread groups plug-in

现货黄金分析的技巧有什么呢?

Implementation of Weibo system based on SSM

What are the necessary things for students to start school? Ranking list of Bluetooth headsets with good sound quality

城市选择器组件实现原理

三分钟学会基础k线图知识

跨域?同源?一次搞懂什么是跨域

1069. Division of convex polygons (thinking, interval DP)
![[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing](/img/56/87bc8fca9ceeab6484f567f7231fdb.png)
[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing

开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?
随机推荐
This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
What style of Bluetooth headset is easy to use? High quality Bluetooth headset ranking
2022 Q2 - résumé des compétences pour améliorer les compétences
The concepts and differences between MySQL stored procedures and stored functions, as well as how to create them, the role of delimiter, the viewing, modification, deletion of stored procedures and fu
[C #] use regular verification content
Penser au jeu 15: penser au service complet et au sous - service
leetcode2311. 小于等于 K 的最长二进制子序列(中等,周赛)
Laravel artisan common commands
Quatre stratégies de base pour migrer la charge de travail de l'informatique en nuage
leetcode2305. Fair distribution of biscuits (medium, weekly, shaped pressure DP)
分卷压缩,解压
"C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure Exercise 3
基于SSM实现微博系统
Medical management system (C language course for freshmen)
From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
Three core problems of concurrent programming
2022 Q2 - 提昇技能的技巧總結
How to execute an SQL in MySQL
734. Energy stone (greed, backpack)
MySQL主从延迟问题怎么解决