diff --git a/Makefile b/Makefile index 05f4074..3fa3836 100755 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ CONFIG_SDIO_HCI = y CONFIG_GSPI_HCI = n ########################## Features ########################### CONFIG_MP_INCLUDED = y -CONFIG_POWER_SAVING = y +CONFIG_POWER_SAVING = n CONFIG_IPS_MODE = default CONFIG_LPS_MODE = default CONFIG_USB_AUTOSUSPEND = n @@ -87,10 +87,10 @@ CONFIG_IP_R_MONITOR = n #arp VOQ and high rate CONFIG_RTW_DISABLE_HW_PDN = n CONFIG_RTW_IOT_CCK_PD_INIT = n ########################## Debug ########################### -CONFIG_RTW_DEBUG = y +CONFIG_RTW_DEBUG = n # default log level is _DRV_INFO_ = 4, # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level. -CONFIG_RTW_LOG_LEVEL = 4 +CONFIG_RTW_LOG_LEVEL = 1 ######################## Wake On Lan ########################## CONFIG_WOWLAN = n #bit2: deauth, bit1: unicast, bit0: magic pkt.