|
@@ -6639,6 +6639,8 @@ int hdd_update_cds_config(hdd_context_t *hdd_ctx)
|
|
cds_cfg->enable_rxthread = hdd_ctx->enableRxThread;
|
|
cds_cfg->enable_rxthread = hdd_ctx->enableRxThread;
|
|
cds_cfg->ce_classify_enabled =
|
|
cds_cfg->ce_classify_enabled =
|
|
hdd_ctx->config->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->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->self_gen_frm_pwr = hdd_ctx->config->self_gen_frm_pwr;
|
|
cds_cfg->max_station = hdd_ctx->config->maxNumberOfPeers;
|
|
cds_cfg->max_station = hdd_ctx->config->maxNumberOfPeers;
|