Merge "qcacld-3.0: Rate limit NAN error log messages" into wlan-cld3.driver.lnx.2.0

This commit is contained in:
CNSS_WLAN Service
2020-09-16 10:02:27 -07:00
committed by Gerrit - the friendly Code Review server
2 fájl változott, egészen pontosan 2 új sor hozzáadva és 2 régi sor törölve

Fájl megtekintése

@@ -82,7 +82,7 @@ static int __wlan_hdd_cfg80211_nan_ext_request(struct wiphy *wiphy,
} }
if (!wlan_hdd_nan_is_supported(hdd_ctx)) { if (!wlan_hdd_nan_is_supported(hdd_ctx)) {
hdd_debug("NAN is not supported"); hdd_debug_rl("NAN is not supported");
return -EPERM; return -EPERM;
} }

Fájl megtekintése

@@ -413,7 +413,7 @@ static int __wlan_hdd_cfg80211_process_ndp_cmd(struct wiphy *wiphy,
} }
if (!WLAN_HDD_IS_NDP_ENABLED(hdd_ctx)) { if (!WLAN_HDD_IS_NDP_ENABLED(hdd_ctx)) {
hdd_debug("NAN datapath is not enabled"); hdd_debug_rl("NAN datapath is not enabled");
return -EPERM; return -EPERM;
} }