b43: Add key memory dumping
This adds an option to dump all crypto related memory to the kernel log. Obviously, it should not be enabled on productive systems. ;) Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
b929ecf796
commit
9cf7f247bd
@ -12,6 +12,7 @@ enum b43_dyndbg { /* Dynamic debugging features */
|
||||
B43_DBG_PWORK_STOP,
|
||||
B43_DBG_LO,
|
||||
B43_DBG_FIRMWARE,
|
||||
B43_DBG_KEYS,
|
||||
__B43_NR_DYNDBG,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user