diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-09-19 12:39:08 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-19 12:39:08 -0700 |
| commit | fe1a019e39a6ed0e41f129f85e24c11b6fa23241 (patch) | |
| tree | eb972a520af6255657f880bd918ceab3a7f6a9c9 | |
| parent | f67d3da018b5fbfeed9f58729ddcca157c6d5f8b (diff) | |
| parent | d3fc9eec42fe494c224051890cad97b23db76d3a (diff) | |
Merge "qcacld-3.0: Populate CDS config flag bpf_packet_filter_enable" into wlan-cld3.driver.lnx.1.1-dev
| -rw-r--r-- | core/hdd/src/wlan_hdd_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index 3a79f095d9d1..7ded4a8104b3 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -6639,6 +6639,8 @@ int hdd_update_cds_config(hdd_context_t *hdd_ctx) cds_cfg->enable_rxthread = hdd_ctx->enableRxThread; cds_cfg->ce_classify_enabled = hdd_ctx->config->ce_classify_enabled; + cds_cfg->bpf_packet_filter_enable = + hdd_ctx->config->bpf_packet_filter_enable; cds_cfg->tx_chain_mask_cck = hdd_ctx->config->tx_chain_mask_cck; cds_cfg->self_gen_frm_pwr = hdd_ctx->config->self_gen_frm_pwr; cds_cfg->max_station = hdd_ctx->config->maxNumberOfPeers; |
