mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
23 lines
782 B
Diff
23 lines
782 B
Diff
--- a/src/SDIO/driver_fw/driver/aic8800/aic8800_bsp/aic_bsp_main.c
|
|
+++ b/src/SDIO/driver_fw/driver/aic8800/aic8800_bsp/aic_bsp_main.c
|
|
@@ -15,7 +15,7 @@
|
|
#define DRV_AUTHOR "AICSemi"
|
|
#define DRV_VERS_MOD "1.0"
|
|
|
|
-int aicwf_dbg_level_bsp = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE;
|
|
+int aicwf_dbg_level_bsp = LOGDATA;
|
|
|
|
static struct platform_device *aicbsp_pdev;
|
|
|
|
--- a/src/SDIO/driver_fw/driver/aic8800/aic8800_fdrv/rwnx_main.c
|
|
+++ b/src/SDIO/driver_fw/driver/aic8800/aic8800_fdrv/rwnx_main.c
|
|
@@ -510,7 +510,7 @@ static const int rwnx_hwq2uapsd[NL80211_
|
|
|
|
|
|
extern uint8_t scanning;
|
|
-int aicwf_dbg_level = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE;
|
|
+int aicwf_dbg_level = LOGWAKELOCK;
|
|
module_param(aicwf_dbg_level, int, 0660);
|
|
int testmode = 0;
|
|
char aic_fw_path[200];
|