summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/llstatscommand.h
diff options
context:
space:
mode:
authorSubhani Shaik <subhanis@codeaurora.org>2017-02-07 17:00:28 +0530
committerSubhani Shaik <subhanis@codeaurora.org>2017-03-14 08:55:42 -0700
commitbb197790d4db20d17739f657d72761e7f5ac3bb4 (patch)
treea6fdf6f3c222a809babf07a504e08421679a3f25 /qcwcn/wifi_hal/llstatscommand.h
parenta7c116dfccecf762cd3d47a15eef4c59146fa863 (diff)
downloadwlan-bb197790d4db20d17739f657d72761e7f5ac3bb4.tar.gz
Wifi-HAL: Move llstats freeing to a common API
Link layer stats are getting freed at multiple places. Better to have a common API and call it. Change-Id: I06aa330fc955d7266c9e83e4d7abca6098338cd5
Diffstat (limited to 'qcwcn/wifi_hal/llstatscommand.h')
-rw-r--r--qcwcn/wifi_hal/llstatscommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qcwcn/wifi_hal/llstatscommand.h b/qcwcn/wifi_hal/llstatscommand.h
index 9edf3a7..aef0017 100644
--- a/qcwcn/wifi_hal/llstatscommand.h
+++ b/qcwcn/wifi_hal/llstatscommand.h
@@ -112,6 +112,8 @@ public:
struct nlattr **tb_vendor);
virtual void setHandler(wifi_stats_result_handler handler);
+
+ virtual void clearStats();
};
#ifdef __cplusplus