wpa_supplicant: Fix CONFIG_IBSS_RSN=y build without CONFIG_AP=y
[mech_eap.git] / wpa_supplicant / Makefile
index 93083f7..5f5a30a 100644 (file)
@@ -312,6 +312,7 @@ endif
 ifdef CONFIG_IBSS_RSN
 NEED_RSN_AUTHENTICATOR=y
 CFLAGS += -DCONFIG_IBSS_RSN
+CFLAGS += -DCONFIG_NO_VLAN
 OBJS += ibss_rsn.o
 endif