summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/hdd/src/wlan_hdd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c
index 6ca104e64188..1c51e34d89b5 100644
--- a/core/hdd/src/wlan_hdd_main.c
+++ b/core/hdd/src/wlan_hdd_main.c
@@ -7884,7 +7884,7 @@ int hdd_configure_cds(hdd_context_t *hdd_ctx, hdd_adapter_t *adapter)
struct cds_sme_cbacks sme_cbacks;
/* structure of datapath function pointers to be used by CDS */
- struct cds_dp_cbacks dp_cbacks;
+ struct cds_dp_cbacks dp_cbacks = {0};
ret = hdd_pre_enable_configure(hdd_ctx);
if (ret) {