mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-08-16 08:34:15 +02:00
disable debugging by default
This commit is contained in:
parent
4c37a90842
commit
f1008f6d87
1
Makefile
1
Makefile
@ -225,7 +225,6 @@ endif
|
||||
_OUTSRC_FILES += hal/OUTSRC/$(RTL871X)/odm_RTL8192D.o\
|
||||
hal/OUTSRC/$(RTL871X)/HalDMOutSrc8192D_CE.o
|
||||
|
||||
|
||||
ifeq ($(CONFIG_USB_HCI), y)
|
||||
_OUTSRC_FILES += hal/OUTSRC/$(RTL871X)/Hal8192DUFWImg_CE.o \
|
||||
hal/OUTSRC/$(RTL871X)/Hal8192DUPHYImg_CE.o \
|
||||
|
@ -378,14 +378,14 @@
|
||||
/*
|
||||
* Debug Related Config
|
||||
*/
|
||||
#define DBG 1
|
||||
#define DBG 0 /* 0=disable, 1=enable */
|
||||
|
||||
#define CONFIG_DEBUG /* DBG_871X, etc... */
|
||||
//#define CONFIG_DEBUG /* DBG_871X, etc... */
|
||||
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
|
||||
|
||||
#define CONFIG_PROC_DEBUG
|
||||
//#define CONFIG_PROC_DEBUG
|
||||
|
||||
#define DBG_CONFIG_ERROR_DETECT
|
||||
//#define DBG_CONFIG_ERROR_DETECT
|
||||
//#define DBG_CONFIG_ERROR_DETECT_INT
|
||||
//#define DBG_CONFIG_ERROR_RESET
|
||||
|
||||
|
@ -782,8 +782,6 @@ static const struct file_operations proc_get_sreset_fops = {
|
||||
#endif
|
||||
#endif /* DBG_CONFIG_ERROR_DETECT */
|
||||
|
||||
#endif //CONFIG_PROC_DEBUG
|
||||
|
||||
void rtw_proc_init_one(struct net_device *dev)
|
||||
{
|
||||
struct proc_dir_entry *dir_dev = NULL;
|
||||
@ -1414,6 +1412,9 @@ void rtw_proc_remove_one(struct net_device *dev)
|
||||
}
|
||||
}
|
||||
|
||||
#endif //CONFIG_PROC_DEBUG
|
||||
|
||||
|
||||
uint loadparam( _adapter *padapter, _nic_hdl pnetdev)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user