You've already forked wifi-rtl8852bs
mirror of
https://github.com/armbian/wifi-rtl8852bs.git
synced 2026-01-06 11:09:01 -08:00
9 lines
202 B
C
9 lines
202 B
C
#ifdef CONFIG_ARCH_CORTINA
|
|
|
|
#define CONFIG_RTW_HOSTAPD_ACS
|
|
#ifdef CONFIG_RTW_HOSTAPD_ACS
|
|
#define WKARD_ACS /* for compile happy */
|
|
#endif /* CONFIG_RTW_HOSTAPD_ACS */
|
|
|
|
#endif /* CONFIG_ARCH_CORTINA */
|