Currently ASPM is not enabled for FTM mode. Enable it to test low power mode in FTM. CRS-Fixed: 2491207 Change-Id: I997225d33c94ed870dda2354bac256d9d1ca855d
@@ -3002,6 +3002,7 @@ int hdd_wlan_start_modules(struct hdd_context *hdd_ctx, bool reinit)
hdd_update_hw_sw_info(hdd_ctx);
if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam()) {
+ hdd_enable_power_management();
hdd_err("in ftm mode, no need to configure cds modules");
ret = -EINVAL;
break;