当前位置:网站首页>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
边栏推荐
- Feature extraction and detection 16 brisk feature detection and matching
- 现货黄金分析的技巧有什么呢?
- From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
- * and & symbols in C language
- Construction and maintenance of business websites [12]
- OpenCASCADE7.6编译
- Electronic Association C language level 1 33, odd even number judgment
- Experimental reproduction of variable image compression with a scale hyperprior
- golang---锁
- leetcode2305. 公平分发饼干(中等,周赛,状压dp)
猜你喜欢
From January 11, 2007 to January 11, 2022, I have been in SAP Chengdu Research Institute for 15 years
Should enterprises choose server free computing?
分卷压缩,解压
Six lessons to be learned for the successful implementation of edge coding
[question] - why is optical flow not good for static scenes
Software No.1
MySQL constraints and multi table query example analysis
MySQL中一条SQL是怎么执行的
New news, Wuhan Yangluo international port, filled with black technology, refreshes your understanding of the port
Matlab uses audioread and sound to read and play WAV files
随机推荐
电子协会 C语言 1级 32、计算2的幂
Automatically browse pinduoduo products
How to debug apps remotely and online?
剑指 Offer 29. 顺时针打印矩阵
Niuke - Huawei question bank (51~60)
How to build and use redis environment
成功实现边缘编码需要了解的六大经验教训
What is AQS and its principle
2022 Q2 - 提升技能的技巧总结
【C#】使用正则校验内容
With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry
Post infiltration flow encryption
人工智能在网络安全中的作用
479. Additive binary tree (interval DP on the tree)
The smart Park "ZhongGuanCun No.1" subverts your understanding of the park
Parted command
MySQL如何解决delete大量数据后空间不释放的问题
TSINGSEE青犀平台如何实现同一节点同时播放多个视频?
What is the MySQL column to row function
"C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure Exercise 3