diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-22 07:13:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-22 07:13:30 +0000 |
commit | 20ac8677d63c756505c7e0760757733ba28a2d24 (patch) | |
tree | 1ddf3a1870c024cb791d300b2898c7bbcec1e708 /package/mac80211/patches/012-remove_rfkill.patch | |
parent | 0f48fd8058bcf04e24ce149e16cca767a3652806 (diff) | |
download | upstream-20ac8677d63c756505c7e0760757733ba28a2d24.tar.gz upstream-20ac8677d63c756505c7e0760757733ba28a2d24.tar.bz2 upstream-20ac8677d63c756505c7e0760757733ba28a2d24.zip |
mac80211: update to compat-wireless 2009-11-21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/012-remove_rfkill.patch')
-rw-r--r-- | package/mac80211/patches/012-remove_rfkill.patch | 2 |
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 53262edd0b..a47168a05c 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 -@@ -146,7 +146,7 @@ struct rfkill_ops { +@@ -149,7 +149,7 @@ struct rfkill_ops { int (*set_block)(void *data, bool blocked); }; |