From db4d098aa5b5a873bd38461045bfb1aeb3080cf9 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 26 Feb 2011 23:34:26 +0100 Subject: [PATCH] carl9170 firmware: fix ProbeReq WOL Kconfig selection The config option CARL9170FW_WOL_CHECK was renamed to CARL9170FW_WOL. Signed-off-by: Christian Lamparter --- carlfw/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carlfw/Kconfig b/carlfw/Kconfig index 4386ddb..d1a68a1 100644 --- a/carlfw/Kconfig +++ b/carlfw/Kconfig @@ -176,7 +176,7 @@ config CARL9170FW_WOL_PROBE_REQUEST def_bool n prompt "Probe Request" depends on CARL9170FW_WOL_OPTION - select CARL9170FW_WOL_CHECK + select CARL9170FW_WOL ---help--- Scan probe requests for a given SSID. -- 2.31.1