OSDN Git Service

Do not add BSS to blacklist on local disconnection request, DO NOT MERGE
[android-x86/external-wpa_supplicant_8.git] / wpa_supplicant / Makefile
index da2abfc..0634219 100644 (file)
@@ -126,6 +126,10 @@ ifdef CONFIG_HT_OVERRIDES
 CFLAGS += -DCONFIG_HT_OVERRIDES
 endif
 
+ifdef CONFIG_VHT_OVERRIDES
+CFLAGS += -DCONFIG_VHT_OVERRIDES
+endif
+
 ifndef CONFIG_BACKEND
 CONFIG_BACKEND=file
 endif