qcacld-3.0: Set the adapter params after SSR

FW params are not being set after SSR. Because of this, user
configured INI params are not sent to FW after SSR.

To address the above issue, send the FW params again after SSR.

Change-Id: I7d044ec5e8cb31b15c5d1155512e5e279ddef54b
CRs-Fixed: 2973047
This commit is contained in:
Abdul Muqtadeer Ahmed
2021-06-21 18:46:10 +05:30
committed by Madan Koyyalamudi
父節點 a2f1f030c5
當前提交 9b4029b340

查看文件

@@ -8625,6 +8625,9 @@ QDF_STATUS hdd_start_all_adapters(struct hdd_context *hdd_ctx)
* Action frame registered in one adapter which will
* applicable to all interfaces
*/
if (hdd_set_fw_params(adapter))
hdd_err("Failed to set adapter FW params after SSR!");
wlan_hdd_cfg80211_register_frames(adapter);
hdd_create_adapter_sysfs_files(adapter);
hdd_adapter_dev_put_debug(adapter, dbgid);