From edf46d7f41a58ecb6d010c521b42cf00e29599ac Mon Sep 17 00:00:00 2001 From: Ilan Peer Date: Mon, 15 Feb 2016 16:53:58 +0200 Subject: [PATCH] tests: Enable CONFIG_MBO in hwsim configs Signed-off-by: Ilan Peer --- tests/hwsim/example-hostapd.config | 1 + tests/hwsim/example-wpa_supplicant.config | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index 085092afd..2b8ad7f21 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -99,3 +99,4 @@ CONFIG_SUITEB=y #LIBS_h += -fsanitize=undefined #LIBS_n += -fsanitize=undefined #LIBS_c += -fsanitize=undefined +CONFIG_MBO=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index 95095a2e2..c22c4b645 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -145,3 +145,4 @@ CONFIG_SUITEB=y ##LIBS += -fno-sanitize-recover #LIBS_c += -fsanitize=undefined #LIBS_p += -fsanitize=undefined +CONFIG_MBO=y