diff options
author | Fabio Aiuto <fabioaiuto83@gmail.com> | 2021-04-10 16:20:26 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-11 08:45:02 +0200 |
commit | 8f32a6c89ce45b21b886a2a93947d5befb52fab2 (patch) | |
tree | 5f9f74c25c64bbbeb2d430c0f555d0833ab1cea2 /drivers/staging | |
parent | 5ffbfcf38b800911dbc6516605391fd46188ef32 (diff) | |
download | linux-8f32a6c89ce45b21b886a2a93947d5befb52fab2.tar.gz linux-8f32a6c89ce45b21b886a2a93947d5befb52fab2.tar.bz2 linux-8f32a6c89ce45b21b886a2a93947d5befb52fab2.zip |
staging: rtl8723bs: remove commented out DEBUG_CFG80211 symbol definition
remove commented out DEBUG_CFG80211 symbol definition.
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/b884ecb5c83c222f0b48839f89e53c45f4489e06.1618064274.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8723bs/include/autoconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/autoconf.h b/drivers/staging/rtl8723bs/include/autoconf.h index 074fee2052c9..944a7d2a1e53 100644 --- a/drivers/staging/rtl8723bs/include/autoconf.h +++ b/drivers/staging/rtl8723bs/include/autoconf.h @@ -12,7 +12,6 @@ /* * Functions Config */ -/* define DEBUG_CFG80211 */ #ifndef CONFIG_WIRELESS_EXT #error CONFIG_WIRELESS_EXT needs to be enabled for this driver to work |