]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
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 44b9c0a57702dcdb37584ef4f099e8e6d093a461..cefac6a43601e17ca6ca9ef6db36589e7d055daf 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