diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2012-02-16 13:14:36 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-27 14:05:45 -0500 |
commit | 4e3c3b88a9c743cb9ddd65eb1cdd15ade25abfb4 (patch) | |
tree | a81310f5562ecf2ed18e50297814d176cf3a34b4 /drivers/net/wireless/rtlwifi/Kconfig | |
parent | 2e9c43dd45ced5bd77c94d4216f96b4a49448d73 (diff) |
rtlwifi: Fix breakage in debug functions when built as a module
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>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index 44b9c0a57702..cefac6a43601 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -50,7 +50,7 @@ config RTLWIFI | |||
50 | default m | 50 | default m |
51 | 51 | ||
52 | config RTLWIFI_DEBUG | 52 | config RTLWIFI_DEBUG |
53 | tristate "Additional debugging output" | 53 | bool "Additional debugging output" |
54 | depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE | 54 | depends on RTL8192CE || RTL8192CU || RTL8192SE || RTL8192DE |
55 | default y | 55 | default y |
56 | 56 | ||