瀏覽代碼

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
Abdul Muqtadeer Ahmed 3 年之前
父節點
當前提交
9b4029b340
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      core/hdd/src/wlan_hdd_main.c

+ 3 - 0
core/hdd/src/wlan_hdd_main.c

@@ -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);