当前位置:网站首页>How to turn off debug information in rtl8189fs
How to turn off debug information in rtl8189fs
2022-07-02 01:59:00 【YAN_ KEEE】
RTL8189FS How to close Debug Information
stay WIFI After the module runs ,Debug The information that has been printed affects the operation
RTL871X: CurIGValue=34, EntryMinUndecoratedSmoothedPWDB = 34
stay linux-custom/drivers/net/wireless/rtl8189fs/include/autoconf.h Next , Comment out //#define CONFIG_DEBUG /* DBG_871X, etc… */
that will do
/* * 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

边栏推荐
- 2022 Q2 - 提升技能的技巧总结
- 成功实现边缘编码需要了解的六大经验教训
- 如何用一款产品推动「品牌的惊险一跃」?
- MATLAB realizes voice signal resampling and normalization, and plays the comparison effect
- Based on configured schedule, the given trigger will never fire
- Niuke - Huawei question bank (51~60)
- 三分钟学会基础k线图知识
- 1217 supermarket coin processor
- Redis有序集合如何使用
- MPLS experiment operation
猜你喜欢

leetcode2310. The one digit number is the sum of integers of K (medium, weekly)

【视频】马尔可夫链原理可视化解释与R语言区制转换MRS实例|数据分享

How to use redis ordered collection

Another programmer "deleted the library and ran away", deleted the code of the retail platform, and was sentenced to 10 months

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

Six lessons to be learned for the successful implementation of edge coding

leetcode2311. Longest binary subsequence less than or equal to K (medium, weekly)

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

How to solve MySQL master-slave delay problem

Number of palindromes in C language (leetcode)
随机推荐
[Maya] the error of importing Maya into Metahuman
剑指 Offer 29. 顺时针打印矩阵
1069. Division of convex polygons (thinking, interval DP)
牛客网——华为题库(51~60)
How to solve MySQL master-slave delay problem
城市选择器组件实现原理
Architecture evolution from MVC to DDD
Feature extraction and detection 16 brisk feature detection and matching
Six lessons to be learned for the successful implementation of edge coding
Should enterprises choose server free computing?
Openssl3.0 learning XXI provider encoder
医药管理系统(大一下C语言课设)
2022 Q2 - 提升技能的技巧总结
Which is a good Bluetooth headset of about 300? 2022 high cost performance Bluetooth headset inventory
This is the form of the K-line diagram (pithy formula)
VARIATIONAL IMAGE COMPRESSION WITH A SCALE HYPERPRIOR文献实验复现
[Floyd] post disaster reconstruction
New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
[Video] visual interpretation of Markov chain principle and Mrs example of R language region conversion | data sharing
leetcode373. Find and minimum k-pair numbers (medium)