set configuration in driver Makefile

This commit is contained in:
chewitt 2020-10-30 09:17:51 +00:00
parent ad1391e219
commit 277c6bcc14
1 changed files with 3 additions and 3 deletions

View File

@ -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.