Skip to content

Commit

Permalink
IEEE 802.15.4: do not enable driver debugging by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Werner Almesberger authored and Dmitry Eremin-Solenikov committed Jun 30, 2011
1 parent fa1da88 commit 0ac9ebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ieee802154/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o

ccflags-y := -DDEBUG -DCONFIG_FFD

0 comments on commit 0ac9ebe

Please sign in to comment.