summaryrefslogtreecommitdiffstats
path: root/drivers/ieee802154
diff options
context:
space:
mode:
authorWerner Almesberger2011-06-17 20:48:29 +0200
committerDmitry Eremin-Solenikov2011-06-30 14:18:09 +0200
commit0ac9ebedce444ec6f93cf6a995e4a20009191b00 (patch)
tree6ed6220a1e51d7b8138dc287e184b9f13057fcc6 /drivers/ieee802154
parentieee802154: free skb buffer if dev isn't running (diff)
downloadkernel-qcow2-linux-0ac9ebedce444ec6f93cf6a995e4a20009191b00.tar.gz
kernel-qcow2-linux-0ac9ebedce444ec6f93cf6a995e4a20009191b00.tar.xz
kernel-qcow2-linux-0ac9ebedce444ec6f93cf6a995e4a20009191b00.zip
IEEE 802.15.4: do not enable driver debugging by default
The IEEE 802.15.4 drivers were compiled by default with debugging, which caused them to be rather chatty and slow. This patch silences them. People debugging drivers can still add a #define DEBUG in the beginning of the respective file or use dynamic debug This patch also removes the now unused option CONFIG_FFD. Signed-off-by: Werner Almesberger <werner@almesberger.net> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'drivers/ieee802154')
-rw-r--r--drivers/ieee802154/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ieee802154/Makefile b/drivers/ieee802154/Makefile
index 68999137dedf..800a3894af0d 100644
--- a/drivers/ieee802154/Makefile
+++ b/drivers/ieee802154/Makefile
@@ -1,3 +1 @@
obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o
-
-ccflags-y := -DDEBUG -DCONFIG_FFD