summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/400-ath_move_debug_code.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-27 21:57:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-27 21:57:07 +0000
commit46d2b929c768ad4f0817f9132cddb71eaf1f40c4 (patch)
treefed67b37873565ef3fbd16fa3083a9138a1bb411 /package/mac80211/patches/400-ath_move_debug_code.patch
parent0a97fda27ece3b2c2efad038297ae284ff03ff78 (diff)
downloadmtk-20170518-46d2b929c768ad4f0817f9132cddb71eaf1f40c4.zip
mtk-20170518-46d2b929c768ad4f0817f9132cddb71eaf1f40c4.tar.gz
mtk-20170518-46d2b929c768ad4f0817f9132cddb71eaf1f40c4.tar.bz2
mac80211: update to wireless-testing 2011-08-26
SVN-Revision: 28093
Diffstat (limited to 'package/mac80211/patches/400-ath_move_debug_code.patch')
-rw-r--r--package/mac80211/patches/400-ath_move_debug_code.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/400-ath_move_debug_code.patch b/package/mac80211/patches/400-ath_move_debug_code.patch
new file mode 100644
index 0000000..2584298
--- /dev/null
+++ b/package/mac80211/patches/400-ath_move_debug_code.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/Makefile
++++ b/drivers/net/wireless/ath/Makefile
+@@ -8,6 +8,5 @@ obj-$(CONFIG_ATH_COMMON) += ath.o
+ ath-objs := main.o \
+ regd.o \
+ hw.o \
+- key.o
+-
+-ath-$(CONFIG_ATH_DEBUG) += debug.o
++ key.o \
++ debug.o