From: Hauke Mehrtens Date: Wed, 13 Jan 2010 21:29:05 +0000 (+0100) Subject: compat-wireless: fix constant name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=64d873d827cad8d92f073f6ecb6bc79947449c17;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix constant name Signed-off-by: Hauke Mehrtens --- diff --git a/patches/03-rfkill.patch b/patches/03-rfkill.patch index ac44545e8a1e..8df6fde8e7e4 100644 --- a/patches/03-rfkill.patch +++ b/patches/03-rfkill.patch @@ -179,7 +179,7 @@ This would do the policing from within mac80211. }; -#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) -+#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_MODULE_BACKPORT) ++#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_BACKPORT_MODULE) /** * rfkill_alloc - allocate rfkill structure * @name: name of the struct -- the string is not copied internally