mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Reserve a bit for statistics debugging. I'll hopefully use it soon.
This commit is contained in:
parent
4b7fcd31e1
commit
892ebbbd84
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ enum {
|
|||
IWN_DEBUG_TXRATE = 0x00002000, /* TX rate debugging */
|
||||
IWN_DEBUG_PWRSAVE = 0x00004000, /* Power save operations */
|
||||
IWN_DEBUG_SCAN = 0x00008000, /* Scan related operations */
|
||||
IWN_DEBUG_STATS = 0x00010000, /* Statistics updates */
|
||||
IWN_DEBUG_REGISTER = 0x20000000, /* print chipset register */
|
||||
IWN_DEBUG_TRACE = 0x40000000, /* Print begin and start driver function */
|
||||
IWN_DEBUG_FATAL = 0x80000000, /* fatal errors */
|
||||
|
|
|
|||
Loading…
Reference in a new issue