]> rtime.felk.cvut.cz Git - socketcan-devel.git/commitdiff
Due to discussions on netdev ML the CAN core debugging facilities are
authorhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Thu, 15 Nov 2007 13:00:14 +0000 (13:00 +0000)
committerhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Thu, 15 Nov 2007 13:00:14 +0000 (13:00 +0000)
removed. The stuff is quite stable and clarified now - therfore the
debugging macros became obsolete anyhow.

git-svn-id: svn://svn.berlios.de//socketcan/trunk@546 030b6a49-0b11-0410-94ab-b0dab22257f2

kernel/2.6/Documentation/networking/can.txt

index 2ac8b1ac758d465a175134f3ad847791dd66fe79..f1b2de1709296277758aac6ab6dad1757cc7ebe4 100644 (file)
@@ -483,15 +483,7 @@ solution for a couple of reasons:
     invoked at can.ko module start time by default. This timer can be
     disabled by using stattimer=0 on the module comandline.
 
-  - debug: When the Kconfig option CONFIG_CAN_DEBUG_CORE is set at
-    compile time, the debug output code is compiled into the module.
-    debug = 0x01 => print general debug information
-    debug = 0x02 => print content of processed CAN frames
-    debug = 0x04 => print content of processed socket buffers
-
-    It is possible to use ORed values e.g. 3 or 7 for an output of
-    all available debug information. Using 0x02 and 0x04 may flood
-    your kernel log - so be careful.
+  - debug: (removed since SocketCAN SVN r546)
 
   5.2 procfs content