We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddad29f commit 8d440dfCopy full SHA for 8d440df
drivers/net/wireless/rockchip_wlan/rtl8821cu/Makefile
@@ -88,6 +88,13 @@ CONFIG_IP_R_MONITOR = n #arp VOQ and high rate
88
# user priority mapping rule : tos, dscp
89
CONFIG_RTW_UP_MAPPING_RULE = tos
90
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
98
########################## Debug ###########################
99
CONFIG_RTW_DEBUG = y
100
# default log level is _DRV_INFO_ = 4,
0 commit comments