netinit: associate wlan if DRIVERS_IEEE80211 enabled

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2022-09-27 02:58:16 +08:00 committed by Xiang Xiao
parent cbcfe6be28
commit a1ea7f9df7

View File

@ -595,7 +595,7 @@ static void netinit_net_bringup(void)
return;
}
#ifdef CONFIG_WIRELESS_WAPI
#if defined(CONFIG_WIRELESS_WAPI) && defined(CONFIG_DRIVERS_IEEE80211)
/* Associate the wlan with an access point. */
if (netinit_associate(NET_DEVNAME) < 0)