From 27e9b6c435cc9b8d3c9e937cf15fa3bf9805c08c Mon Sep 17 00:00:00 2001 From: Mat Martineau Date: Tue, 19 Jun 2018 11:56:08 -0700 Subject: [PATCH] tools: Remove unused kernel config CONFIG_DRIVER_NL80211 isn't an option for the kernel. Maybe it was mistakenly added based on the hostap configuration instructions in doc/test-runner.txt If the intent was to add CONFIG_CFG80211 and CONFIG_MAC80211, they're already in the relevant kernel defconfigs. --- tools/test_runner_kernel_config | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test_runner_kernel_config b/tools/test_runner_kernel_config index ae7abdcf..1cd56a2c 100755 --- a/tools/test_runner_kernel_config +++ b/tools/test_runner_kernel_config @@ -1,7 +1,6 @@ #! /bin/sh scripts/config --enable CONFIG_MAC80211_HWSIM -scripts/config --enable CONFIG_DRIVER_NL80211 scripts/config --enable CONFIG_NLMON scripts/config --enable CONFIG_VLAN_8021Q