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

边栏推荐
- Electronic Society C language level 1 32, calculate the power of 2
- Construction and maintenance of business websites [14]
- PR second training
- JMeter (II) - install the custom thread groups plug-in
- 牛客网——华为题库(51~60)
- Volume compression, decompression
- What are the necessary things for students to start school? Ranking list of Bluetooth headsets with good sound quality
- 【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享
- Word search applet design report based on cloud development +ppt+ project source code + demonstration video
- The concept, function, characteristics, creation and deletion of MySQL constraints
猜你喜欢

Opengauss database backup and recovery guide

This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable

matlab 使用 audioread 、 sound 读取和播放 wav 文件

1069. Division of convex polygons (thinking, interval DP)

Quatre stratégies de base pour migrer la charge de travail de l'informatique en nuage

MATLAB realizes voice signal resampling and normalization, and plays the comparison effect

PR second training

What style of Bluetooth headset is easy to use? High quality Bluetooth headset ranking

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

Architecture evolution from MVC to DDD
随机推荐
Construction and maintenance of business websites [15]
Based on configured schedule, the given trigger will never fire
2022 Q2 - résumé des compétences pour améliorer les compétences
自动浏览拼多多商品
This is the report that leaders like! Learn dynamic visual charts, promotion and salary increase are indispensable
leetcode2311. 小于等于 K 的最长二进制子序列(中等,周赛)
Implementation principle of city selector component
Matlab uses audioread and sound to read and play WAV files
How does MySQL solve the problem of not releasing space after deleting a large amount of data
MySQL主从延迟问题怎么解决
JMeter (II) - install the custom thread groups plug-in
321. Chessboard segmentation (2D interval DP)
Laravel artisan common commands
[C #] use regular verification content
Implementation of Weibo system based on SSM
Cross domain? Homology? Understand what is cross domain at once
leetcode2312. Selling wood blocks (difficult, weekly race)
Matlab uses resample to complete resampling
np. Where and torch Where usage
leetcode2309. 兼具大小写的最好英文字母(简单,周赛)