projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002b1b3
)
compat-wireless: fix constant name
author
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 13 Jan 2010 21:29:05 +0000
(22:29 +0100)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/patches/03-rfkill.patch
b/patches/03-rfkill.patch
index ac44545e8a1e11fdc9a9739db88e715e0e0dc743..8df6fde8e7e42303101c8857edf3c9a430f5564b 100644
(file)
--- 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