[pisa-src] r1611 - trunk/libpisa/debug.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 16:34:17 +0100

Author: biurrun
Date: Tue Nov 10 16:34:17 2009
New Revision: 1611

Log:
Reorder PL_ definitions after PL_PREAUTH removal.

Modified:
   trunk/libpisa/debug.h

Modified: trunk/libpisa/debug.h
==============================================================================
--- trunk/libpisa/debug.h       Tue Nov 10 16:33:13 2009        (r1610)
+++ trunk/libpisa/debug.h       Tue Nov 10 16:34:17 2009        (r1611)
@@ -50,14 +50,14 @@
 #define PL_SHUTDOWN              1 <<  5
 #define PL_REGISTER              1 <<  6
 #define PL_DEREGISTER            1 <<  7
-#define PL_STATEMACHINE          1 <<  9
-#define PL_HEARTBEAT             1 << 10
-#define PL_DATA                  1 << 11
-#define PL_TIMEOUT               1 << 12
-#define PL_CONFIG                1 << 13
-#define PL_IW                    1 << 14
-#define PL_LEGACY                1 << 15
-#define PL_NAT                   1 << 16
+#define PL_STATEMACHINE          1 <<  8
+#define PL_HEARTBEAT             1 <<  9
+#define PL_DATA                  1 << 10
+#define PL_TIMEOUT               1 << 11
+#define PL_CONFIG                1 << 12
+#define PL_IW                    1 << 13
+#define PL_LEGACY                1 << 14
+#define PL_NAT                   1 << 15
 
 void pisa_debug_set_type_mask_bits(unsigned long m);
 void pisa_debug_del_type_mask_bits(unsigned long m);

Other related posts:

  • » [pisa-src] r1611 - trunk/libpisa/debug.h - Diego Biurrun