diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-15 01:16:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-15 01:16:40 +0000 |
commit | 6f5cd22319c93386e6a0fbec95de71a8c5d2356d (patch) | |
tree | 9a1173458a7f2febebb2b329eda4e21cd3418f3f /package/mac80211/patches/012-remove_rfkill.patch | |
parent | 40470f71fcf0a12dbd4cd9bcbb74225b8dff994d (diff) | |
download | upstream-6f5cd22319c93386e6a0fbec95de71a8c5d2356d.tar.gz upstream-6f5cd22319c93386e6a0fbec95de71a8c5d2356d.tar.bz2 upstream-6f5cd22319c93386e6a0fbec95de71a8c5d2356d.zip |
mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13
SVN-Revision: 19139
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 a47168a05c..ae80b6ef9d 100644 --- a/package/mac80211/patches/012-remove_rfkill.patch +++ b/package/mac80211/patches/012-remove_rfkill.patch @@ -26,7 +26,7 @@ int (*set_block)(void *data, bool blocked); }; --#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_MODULE_BACKPORT) +-#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_BACKPORT_MODULE) +#if 0 /** * rfkill_alloc - allocate rfkill structure |