From: Christian Lamparter Date: Sat, 26 Feb 2011 22:34:26 +0000 (+0100) Subject: carl9170 firmware: fix ProbeReq WOL Kconfig selection X-Git-Tag: 1.9.3~5 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=db4d098aa5b5a873bd38461045bfb1aeb3080cf9;hp=1765258283f5fc36987ae44cdd516163290629e0;p=carl9170fw.git carl9170 firmware: fix ProbeReq WOL Kconfig selection The config option CARL9170FW_WOL_CHECK was renamed to CARL9170FW_WOL. Signed-off-by: Christian Lamparter --- 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.