summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/hdd/src/wlan_hdd_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c
index 7c04a55357c3..1262361bd4e9 100644
--- a/core/hdd/src/wlan_hdd_main.c
+++ b/core/hdd/src/wlan_hdd_main.c
@@ -6042,9 +6042,6 @@ static QDF_STATUS wlan_hdd_disable_all_dual_mac_features(hdd_context_t *hdd_ctx)
return QDF_STATUS_E_FAILURE;
}
- if (hdd_ctx->config->dual_mac_feature_disable)
- return QDF_STATUS_SUCCESS;
-
cfg.scan_config = 0;
cfg.fw_mode_config = 0;
cfg.set_dual_mac_cb = cds_soc_set_dual_mac_cfg_cb;
@@ -7331,14 +7328,6 @@ static int hdd_features_init(hdd_context_t *hdd_ctx, hdd_adapter_t *adapter)
hdd_tsf_init(hdd_ctx);
- if (hdd_ctx->config->dual_mac_feature_disable) {
- status = wlan_hdd_disable_all_dual_mac_features(hdd_ctx);
- if (status != QDF_STATUS_SUCCESS) {
- hdd_err("Failed to disable dual mac features");
- goto deregister_frames;
- }
- }
-
ret = hdd_register_cb(hdd_ctx);
if (ret) {
hdd_err("Failed to register HDD callbacks!");