Message ID | 20190108134627.13979-3-seth.forshee@canonical.com |
---|---|
State | New |
Headers | show |
Series | Make r8822be usable under kernel lockdown | expand |
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 0e6b45db8e13..fc748686167d 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -7860,7 +7860,7 @@ CONFIG_RTLLIB_CRYPTO_TKIP=m CONFIG_RTLLIB_CRYPTO_WEP=m CONFIG_RTLWIFI=m # CONFIG_RTLWIFI_DEBUG is not set -CONFIG_RTLWIFI_DEBUG_ST=y +# CONFIG_RTLWIFI_DEBUG_ST is not set CONFIG_RTLWIFI_PCI=m CONFIG_RTLWIFI_USB=m CONFIG_RTL_CARDS=m
BugLink: https://bugs.launchpad.net/bugs/1806472 This is very similar to the CONFIG_RTLWIFI_DEBUG option for the non-staging driver, and since that is disabled it should also be disabled in the staging driver, especially now that the staging driver will be signed. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)