b43: Add optional verbose runtime statistics
This adds support for verbose runtime statistics. It defaults to off and must be enabled in debugfs, if desired. The first measurement may be incorrect, because statistics are not cleared after they got enabled through debugfs. 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
176e9f6a4c
commit
990b86f4f9
@@ -13,6 +13,7 @@ enum b43_dyndbg { /* Dynamic debugging features */
|
||||
B43_DBG_LO,
|
||||
B43_DBG_FIRMWARE,
|
||||
B43_DBG_KEYS,
|
||||
B43_DBG_VERBOSESTATS,
|
||||
__B43_NR_DYNDBG,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user