From b9066e384d53e3514edebedf6c7c96dd26284350 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 26 Nov 2013 08:57:25 +0000 Subject: [PATCH] Add a new debug section. --- sys/dev/iwn/if_iwn_debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/iwn/if_iwn_debug.h b/sys/dev/iwn/if_iwn_debug.h index baba2ea53ddf..253c76df45f4 100644 --- a/sys/dev/iwn/if_iwn_debug.h +++ b/sys/dev/iwn/if_iwn_debug.h @@ -42,6 +42,7 @@ enum { IWN_DEBUG_CMD = 0x00001000, /* cmd submission */ IWN_DEBUG_TXRATE = 0x00002000, /* TX rate debugging */ IWN_DEBUG_PWRSAVE = 0x00004000, /* Power save operations */ + IWN_DEBUG_SCAN = 0x00008000, /* Scan related operations */ IWN_DEBUG_REGISTER = 0x20000000, /* print chipset register */ IWN_DEBUG_TRACE = 0x40000000, /* Print begin and start driver function */ IWN_DEBUG_FATAL = 0x80000000, /* fatal errors */