Skip to content

Commit 8d440df

Browse files
author
NoahAndrews
committed
Changes for Control Hub OS 1.1.2
1 parent ddad29f commit 8d440df

File tree

1 file changed

+7
-0
lines changed
  • drivers/net/wireless/rockchip_wlan/rtl8821cu

1 file changed

+7
-0
lines changed

drivers/net/wireless/rockchip_wlan/rtl8821cu/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ CONFIG_IP_R_MONITOR = n #arp VOQ and high rate
8888
# user priority mapping rule : tos, dscp
8989
CONFIG_RTW_UP_MAPPING_RULE = tos
9090

91+
CONFIG_RTW_HOSTAPD_ACS = y
92+
93+
ifeq ($(CONFIG_RTW_HOSTAPD_ACS), y)
94+
EXTRA_CFLAGS += -DCONFIG_RTW_HOSTAPD_ACS
95+
# EXTRA_CFLAGS += -DCONFIG_RTW_ACS_DBG
96+
endif
97+
9198
########################## Debug ###########################
9299
CONFIG_RTW_DEBUG = y
93100
# default log level is _DRV_INFO_ = 4,

0 commit comments

Comments
 (0)