aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/debugfs.h
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2008-06-20 18:02:08 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-06-27 09:09:16 -0400
commit923fd7036ff04381b265037469c79a2e7d0d6b67 (patch)
tree885e8dc54e26b251187264cedce032d0e8c740b6 /drivers/net/wireless/b43/debugfs.h
parentb43: Add simple firmware watchdog (diff)
downloadlinux-dev-923fd7036ff04381b265037469c79a2e7d0d6b67.tar.xz
linux-dev-923fd7036ff04381b265037469c79a2e7d0d6b67.zip
b43: Add debugfs firmware debugging knob
This adds a firmware debugging knob to debugfs. With this knob it's possible to enable advanced runtime firmware checks. For now it only implements one sanity check for the mac-suspend. In future there'll probably be more. If CONFIG_B43_DEBUG is disabled, these checks will collapse to nothing. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/debugfs.h')
-rw-r--r--drivers/net/wireless/b43/debugfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/debugfs.h b/drivers/net/wireless/b43/debugfs.h
index 132c81f2f98d..22ffd02ba554 100644
--- a/drivers/net/wireless/b43/debugfs.h
+++ b/drivers/net/wireless/b43/debugfs.h
@@ -11,6 +11,7 @@ enum b43_dyndbg { /* Dynamic debugging features */
B43_DBG_PWORK_FAST,
B43_DBG_PWORK_STOP,
B43_DBG_LO,
+ B43_DBG_FIRMWARE,
__B43_NR_DYNDBG,
};