33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
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
|
|
@@ -503,7 +503,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];
|
|
--- a/src/SDIO/driver_fw/driver/aic8800/aic8800_fdrv/rwnx_tx.c
|
|
+++ b/src/SDIO/driver_fw/driver/aic8800/aic8800_fdrv/rwnx_tx.c
|
|
@@ -169,7 +169,6 @@ void rwnx_ps_bh_traffic_req(struct rwnx_
|
|
// sta->mac_addr))
|
|
// return;
|
|
if (!sta->ps.active) {
|
|
- printk("sta %pM is not in Power Save mode", sta->mac_addr);
|
|
return;
|
|
}
|
|
#ifdef CREATE_TRACE_POINTS
|