1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

disable debugging by default

This commit is contained in:
Anand Babu (AB) Periasamy
2013-09-04 19:58:27 -07:00
parent 4c37a90842
commit f1008f6d87
3 changed files with 13 additions and 13 deletions

View File

@@ -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)
{