From e6485ba764d4ead5120a5f58cad4942d08854f41 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 1 Jun 2014 22:47:44 +0300 Subject: [PATCH] tests: Remove CONFIG_DRIVER_TEST=y from example config This was still present in hostapd example configuration even though the test driver wrapper is not used anywhere in the hwsim testing and there are no plans of using it either. Signed-off-by: Jouni Malinen --- tests/hwsim/example-hostapd.config | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index ac6cf41..caaf4fc 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -1,6 +1,5 @@ #CC=ccache gcc -CONFIG_DRIVER_TEST=y CONFIG_DRIVER_NONE=y CONFIG_DRIVER_NL80211=y CONFIG_RSN_PREAUTH=y -- 2.1.4