当前位置:网站首页>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
边栏推荐
- Basic concepts of machine learning
- 2022 Q2 - résumé des compétences pour améliorer les compétences
- Opengauss database backup and recovery guide
- Three core problems of concurrent programming
- What are the skills of spot gold analysis?
- 如何远程、在线调试app?
- 电子协会 C语言 1级 32、计算2的幂
- leetcode2305. Fair distribution of biscuits (medium, weekly, shaped pressure DP)
- 剑指 Offer 29. 顺时针打印矩阵
- Openssl3.0 learning XXI provider encoder
猜你喜欢
MySQL主从延迟问题怎么解决
1222. Password dropping (interval DP, bracket matching)
【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
三分钟学会基础k线图知识
机器学习基本概念
JMeter (II) - install the custom thread groups plug-in
PR second training
SAP ui5 beginner tutorial 20 - explanation of expression binding usage of SAP ui5
734. Energy stone (greed, backpack)
人工智能在网络安全中的作用
随机推荐
SQLite 3 of embedded database
Basic concepts of machine learning
This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
golang---锁
There are spaces in the for loop variable in the shell -- IFS variable
自动浏览拼多多商品
Android high frequency network interview topic must know and be able to compare Android development environment
C language 3-7 daffodils (enhanced version)
This is the form of the K-line diagram (pithy formula)
Construction and maintenance of business websites [11]
Bat Android Engineer interview process analysis + restore the most authentic and complete first-line company interview questions
Makefile simple induction
5g/4g pole gateway_ Smart pole gateway
The role of artificial intelligence in network security
Construction and maintenance of business websites [12]
matlab 使用 audiorecorder、recordblocking录制声音,play 播放声音,audiowrite 保存声音
Deep learning: a solution to over fitting in deep neural networks
Software No.1
MySQL主从延迟问题怎么解决
leetcode2310. 个位数字为 K 的整数之和(中等,周赛)