OSDN Git Service

rtlwifi: Fix breakage in debug functions when built as a module
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 16 Feb 2012 18:14:36 +0000 (12:14 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Feb 2012 19:05:45 +0000 (14:05 -0500)
Since commit 481b9606, it has not been possible to invoke debugging
with any rtlwifi driver built as a module.

Reported-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/Kconfig

index 44b9c0a..cefac6a 100644 (file)
@@ -50,7 +50,7 @@ config RTLWIFI
        default m
 
 config RTLWIFI_DEBUG
-       tristate "Additional debugging output"
+       bool "Additional debugging output"
        depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE
        default y