diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-10-02 13:55:36 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-02 13:55:36 -0700 |
| commit | f19f871779689a3d7df9ff01a4af220937ecd898 (patch) | |
| tree | c267ca23a9486aeb5bfbd5df9830ee2b58b8277c | |
| parent | 4c5081b335d13a7d207c39eae717a135c75262e2 (diff) | |
| parent | 057759cc726f77437109344dcafd6a276c0cca0a (diff) | |
Merge "qcacld-3.0: Initialize packet filter clear rule properly" into wlan-cld3.driver.lnx.1.1
| -rw-r--r-- | core/hdd/src/wlan_hdd_packet_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_packet_filter.c b/core/hdd/src/wlan_hdd_packet_filter.c index 9f3572afd0e6..ab0d7229a4e6 100644 --- a/core/hdd/src/wlan_hdd_packet_filter.c +++ b/core/hdd/src/wlan_hdd_packet_filter.c @@ -66,7 +66,7 @@ int hdd_disable_default_pkt_filters(hdd_adapter_t *pAdapter) hdd_context_t *pHddCtx; uint8_t filters = 0, i = 0, filter_id = 1; - struct pkt_filter_cfg packet_filter_default_rules; + struct pkt_filter_cfg packet_filter_default_rules = {0}; pHddCtx = WLAN_HDD_GET_CTX(pAdapter); if (NULL == pHddCtx) { |
