compat-wireless: fix constant name
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 13 Jan 2010 21:29:05 +0000 (22:29 +0100)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 13 Jan 2010 22:17:11 +0000 (14:17 -0800)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/03-rfkill.patch

index ac44545e8a1e11fdc9a9739db88e715e0e0dc743..8df6fde8e7e42303101c8857edf3c9a430f5564b 100644 (file)
@@ -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