summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Chen <alache@codeaurora.org>2020-05-19 11:20:52 -0700
committerIsaac Chiou <isaacchiou@google.com>2020-05-27 18:53:02 +0800
commit8c7e24ea46e2ba7d18f843dcf5596473d4e01cfe (patch)
treeb85c79b5d0f882c20697b95fd59ece8a0eceaf10
parent3727ef88a20e7a7055674428a0de8c92e0a1da9b (diff)
downloadqcacld-8c7e24ea46e2ba7d18f843dcf5596473d4e01cfe.tar.gz
Clear the stats bitmap properly such that LL stats is complete. Bug: 156497381 Change-Id: I1238c438e9d57000006ae46474569c4f2cf60e8f CRs-Fixed: 2690186
-rw-r--r--core/hdd/src/wlan_hdd_stats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_stats.c b/core/hdd/src/wlan_hdd_stats.c
index 1947559c0e..72a83b8d99 100644
--- a/core/hdd/src/wlan_hdd_stats.c
+++ b/core/hdd/src/wlan_hdd_stats.c
@@ -1157,6 +1157,8 @@ static void hdd_debugfs_process_ll_stats(hdd_adapter_t *adapter,
if (!results->num_peers)
priv->request_bitmap &= ~(WMI_LINK_STATS_ALL_PEER);
+
+ priv->request_bitmap &= ~(WMI_LINK_STATS_IFACE);
} else if (results->paramId & WMI_LINK_STATS_ALL_PEER) {
hdd_debugfs_process_peer_stats(adapter, results->results);
if (!results->moreResultToFollow)