diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:12 +0000 |
commit | d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (patch) | |
tree | 1e4f7494db9a85f1e16deb627fc4d39c86ad35b4 /package/mac80211/patches/012-remove_rfkill.patch | |
parent | 51fa01f42c5424c24af3d3bb6a965a4dc9b3aacd (diff) | |
download | mtk-20170518-d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1.zip mtk-20170518-d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1.tar.gz mtk-20170518-d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1.tar.bz2 |
mac80211: update to wireless-testing 2010-11-10 + some pending work
SVN-Revision: 23968
Diffstat (limited to 'package/mac80211/patches/012-remove_rfkill.patch')
-rw-r--r-- | package/mac80211/patches/012-remove_rfkill.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/mac80211/patches/012-remove_rfkill.patch b/package/mac80211/patches/012-remove_rfkill.patch deleted file mode 100644 index ae80b6e..0000000 --- a/package/mac80211/patches/012-remove_rfkill.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/drivers/net/wireless/ath/ath5k/base.h -+++ b/drivers/net/wireless/ath/ath5k/base.h -@@ -46,7 +46,7 @@ - #include <linux/wireless.h> - #include <linux/if_ether.h> - #include <linux/leds.h> --#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)) -+#if 0 - #include <linux/rfkill.h> - #else - #include <linux/rfkill_backport.h> ---- a/net/wireless/core.h -+++ b/net/wireless/core.h -@@ -11,7 +11,7 @@ - #include <linux/kref.h> - #include <linux/rbtree.h> - #include <linux/debugfs.h> --#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)) -+#if 0 - #include <linux/rfkill.h> - #else - #include <linux/rfkill_backport.h> ---- a/include/linux/rfkill_backport.h -+++ b/include/linux/rfkill_backport.h -@@ -149,7 +149,7 @@ struct rfkill_ops { - int (*set_block)(void *data, bool blocked); - }; - --#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_BACKPORT_MODULE) -+#if 0 - /** - * rfkill_alloc - allocate rfkill structure - * @name: name of the struct -- the string is not copied internally |