Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc5843f9 authored by Fakruddin Vohra's avatar Fakruddin Vohra
Browse files

msm: ipa3: add support to identify wifi attach



add change to identify the wifi attach as communicated
by wlan at wdi init.

Change-Id: Iea73ce1037bdbe1064570173c0792f0fe139ac4f
Signed-off-by: default avatarFakruddin Vohra <quic_fakruddi@quicinc.com>
parent bcb96a65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018 - 2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 * Copyright (c) 2022 - 2023 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _IPA_WDI3_H_
@@ -73,6 +73,7 @@ typedef void (*ipa_wdi_mesh_ast_notifier_cb)(void *priv, unsigned long data);
 * @wdi_notify: bw notification cb
 * inst_id: Instance ID
 * @ast_update: AST update needed or not.
 * @is_hsp: need to identify if attach is hsp/pine.
 */
struct ipa_wdi_init_in_params {
	enum ipa_wdi_version wdi_version;
@@ -83,6 +84,7 @@ struct ipa_wdi_init_in_params {
#endif
	int inst_id;
	bool ast_update;
	bool is_hsp;
};

/**