Skip to content

Commit

Permalink
rtlwifi: Fix breakage in debug functions when built as a module
Browse files Browse the repository at this point in the history
Since commit 481b960, 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>
  • Loading branch information
Larry Finger authored and John W. Linville committed Feb 27, 2012
1 parent 2e9c43d commit 4e3c3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtlwifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4e3c3b8

Please sign in to comment.