diff --git a/qcom/opensource/wlan/qcacld-3.0/core/hdd/src/wlan_hdd_stats.c b/qcom/opensource/wlan/qcacld-3.0/core/hdd/src/wlan_hdd_stats.c index 94f41aae0d..e84079ad30 100644 --- a/qcom/opensource/wlan/qcacld-3.0/core/hdd/src/wlan_hdd_stats.c +++ b/qcom/opensource/wlan/qcacld-3.0/core/hdd/src/wlan_hdd_stats.c @@ -8734,7 +8734,9 @@ QDF_STATUS wlan_hdd_get_mib_stats(struct hdd_adapter *adapter) return ret; } +#ifdef WLAN_DEBUGFS hdd_debugfs_process_mib_stats(adapter, stats); +#endif wlan_cfg80211_mc_cp_stats_free_stats_event(stats); return ret;