The IEEE 802.15.4 protocol stack (net/ieee802154/), the corresponding SoftMAC (net/mac802154/), and the driver drivers (drivers/ieee802154/), all generate prodigious quantities of debug messages.
The DEBUG flag was hard-coded in the Makefiles. This patch removes the global DEBUG flag from the drivers and adds a config option for the protocol stack and the SoftMAC to allow selectively disabling the debugging output. - Werner Werner Almesberger (3): IEEE 802.15.4: do not enable driver debugging by default IEEE 802.15.4: make protocol debugging messages configurable IEEE 802.15.4: make SoftMAC debugging messages configurable drivers/ieee802154/Makefile | 2 -- net/ieee802154/Kconfig | 8 ++++++++ net/ieee802154/Makefile | 3 ++- net/mac802154/Kconfig | 7 +++++++ net/mac802154/Makefile | 3 ++- 5 files changed, 19 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel