Merge "qcacld-3.0: Enable interface manager logging" into wlan-cld3.driver.lnx.2.0

This commit is contained in:
CNSS_WLAN Service
2020-09-16 12:14:02 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -374,6 +374,7 @@ static const struct category_info cinfo[MAX_SUPPORTED_CATEGORY] = {
[QDF_MODULE_ID_PKT_CAPTURE] = {QDF_TRACE_LEVEL_ALL},
[QDF_MODULE_ID_FTM_TIME_SYNC] = {QDF_TRACE_LEVEL_ALL},
[QDF_MODULE_ID_CFR] = {QDF_TRACE_LEVEL_ALL},
[QDF_MODULE_ID_IFMGR] = {QDF_TRACE_LEVEL_ALL},
};
struct notifier_block hdd_netdev_notifier;