mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-26 04:37:07 +02:00
fix: reduce log level for aic8800
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
#define DRV_AUTHOR "AICSemi"
|
||||
#define DRV_VERS_MOD "1.0"
|
||||
|
||||
int aicwf_dbg_level_bsp = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE;
|
||||
/* int aicwf_dbg_level_bsp = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE; */
|
||||
int aicwf_dbg_level_bsp = LOGERROR;
|
||||
module_param(aicwf_dbg_level_bsp, int, 0660);
|
||||
|
||||
static struct platform_device *aicbsp_pdev;
|
||||
|
||||
|
||||
@@ -502,7 +502,8 @@ static const int rwnx_hwq2uapsd[NL80211_NUM_ACS] = {
|
||||
|
||||
|
||||
extern uint8_t scanning;
|
||||
int aicwf_dbg_level = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE;
|
||||
/* int aicwf_dbg_level = LOGERROR|LOGINFO|LOGDEBUG|LOGTRACE; */
|
||||
int aicwf_dbg_level = LOGERROR;
|
||||
module_param(aicwf_dbg_level, int, 0660);
|
||||
int testmode = 0;
|
||||
char aic_fw_path[200];
|
||||
|
||||
Reference in New Issue
Block a user