aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/012-remove_rfkill.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-11 00:36:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-11 00:36:23 +0000
commit3a81e25e0261a153d2ef5acd64dab69a87f7e139 (patch)
treeea467b2884864deb8a58c23b6413642ca8c338c0 /package/mac80211/patches/012-remove_rfkill.patch
parent089ce4376df7a7f2611c785704efeccd9065a506 (diff)
downloadupstream-3a81e25e0261a153d2ef5acd64dab69a87f7e139.tar.gz
upstream-3a81e25e0261a153d2ef5acd64dab69a87f7e139.tar.bz2
upstream-3a81e25e0261a153d2ef5acd64dab69a87f7e139.zip
mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/012-remove_rfkill.patch')
-rw-r--r--package/mac80211/patches/012-remove_rfkill.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/012-remove_rfkill.patch b/package/mac80211/patches/012-remove_rfkill.patch
index a47168a05c..53262edd0b 100644
--- a/package/mac80211/patches/012-remove_rfkill.patch
+++ b/package/mac80211/patches/012-remove_rfkill.patch
@@ -22,7 +22,7 @@
#include <linux/rfkill_backport.h>
--- a/include/linux/rfkill_backport.h
+++ b/include/linux/rfkill_backport.h
-@@ -149,7 +149,7 @@ struct rfkill_ops {
+@@ -146,7 +146,7 @@ struct rfkill_ops {
int (*set_block)(void *data, bool blocked);
};