diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index 225d2cad9fe0..9cc38d1bd94b 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -7906,6 +7906,9 @@ static int hdd_features_init(hdd_context_t *hdd_ctx, hdd_adapter_t *adapter) else hdd_set_idle_ps_config(hdd_ctx, false); + if (hdd_ctx->config->enable_go_cts2self_for_sta) + sme_set_cts2self_for_p2p_go(hdd_ctx->hHal); + if (hdd_lro_init(hdd_ctx)) hdd_warn("Unable to initialize LRO in fw"); @@ -8429,9 +8432,6 @@ int hdd_wlan_startup(struct device *dev) hdd_release_rtnl_lock(); rtnl_held = false; - if (hdd_ctx->config->enable_go_cts2self_for_sta) - sme_set_cts2self_for_p2p_go(hdd_ctx->hHal); - wlan_hdd_update_11n_mode(hdd_ctx->config); #ifdef FEATURE_WLAN_AP_AP_ACS_OPTIMIZE |
