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

边栏推荐
- 三分钟学会基础k线图知识
- Learn basic K-line diagram knowledge in three minutes
- leetcode373. 查找和最小的 K 对数字(中等)
- How to build and use redis environment
- Post infiltration flow encryption
- 基于SSM实现微博系统
- Based on configured schedule, the given trigger will never fire
- With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry
- MATLAB realizes voice signal resampling and normalization, and plays the comparison effect
- 如何用一款产品推动「品牌的惊险一跃」?
猜你喜欢

How to execute an SQL in MySQL

321. Chessboard segmentation (2D interval DP)

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

leetcode2310. 个位数字为 K 的整数之和(中等,周赛)

【视频】马尔可夫链蒙特卡罗方法MCMC原理与R语言实现|数据分享

matlab 使用 resample 完成重采样

Software No.1

开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?

Implementation principle of city selector component

成功实现边缘编码需要了解的六大经验教训
随机推荐
城市选择器组件实现原理
Android high frequency network interview topic must know and be able to compare Android development environment
new和malloc的区别
Data analysis on the disaster of Titanic
企业应该选择无服务器计算吗?
Feature extraction and detection 16 brisk feature detection and matching
With the innovation and upgrading of development tools, Kunpeng promotes the "bamboo forest" growth of the computing industry
Implementation principle of city selector component
Based on configured schedule, the given trigger will never fire
Modeling essays series 124 a simple coding method
"C language programming", 4th Edition, edited by he Qinming and Yan Hui, after class exercise answers Chapter 3 branch structure
剑指 Offer II 031. 最近最少使用缓存
Learn basic K-line diagram knowledge in three minutes
The difference between new and malloc
【LeetCode 43】236. The nearest common ancestor of binary tree
5g/4g pole gateway_ Smart pole gateway
PR second training
2022 Q2 - 提昇技能的技巧總結
leetcode2309. 兼具大小写的最好英文字母(简单,周赛)
Word search applet design report based on cloud development +ppt+ project source code + demonstration video