mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
23 lines
879 B
Diff
23 lines
879 B
Diff
--- a/src/USB/driver_fw/drivers/aic8800/aic8800_fdrv/rwnx_main.c
|
|
+++ b/src/USB/driver_fw/drivers/aic8800/aic8800_fdrv/rwnx_main.c
|
|
@@ -525,7 +525,7 @@ extern uint8_t p2p_working;
|
|
struct semaphore aicwf_deinit_sem;
|
|
atomic_t aicwf_deinit_atomic;
|
|
|
|
-int aicwf_dbg_level = LOGERROR|LOGINFO;
|
|
+int aicwf_dbg_level = LOGDATA;
|
|
module_param(aicwf_dbg_level, int, 0660);
|
|
|
|
int testmode = 0;
|
|
--- a/src/USB/driver_fw/drivers/aic8800/aic_load_fw/aic_bluetooth_main.c
|
|
+++ b/src/USB/driver_fw/drivers/aic8800/aic_load_fw/aic_bluetooth_main.c
|
|
@@ -20,7 +20,7 @@ int adap_test = 0;
|
|
char paringid[100];
|
|
int n_para = 1;
|
|
int ble_scan_wakeup_reboot_time = 1000;
|
|
-int aicwf_dbg_level = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE;
|
|
+int aicwf_dbg_level = LOGDATA;
|
|
int flash_erase_len = 0x400000;
|
|
uint32_t ad_data_filter_mask = 0;
|
|
uint32_t gpio_num = 2;//default select gpiob2 for fw_wakeup_host
|