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

Commit 996f733b authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa3: add ipa_wigig_msg to fix compilation



Add struct ipa_wigig_msg to allow IPACM compile on
data.lnx.5.0

Change-Id: I042679929650cd96770b4cab8c3d6fa0d35aa4a6
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 6d0b2be2
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -1781,6 +1781,23 @@ struct ipa_wlan_msg {
	uint8_t mac_addr[IPA_MAC_ADDR_SIZE];
};

/**
 * struct ipa_wigig_msg- To hold information about wigig event
 * @name: name of the wigig interface
 * @client_mac_addr: the relevant wigig client mac address
 * @ipa_client: TX pipe associated with the wigig client in case of connect
 * @to_wigig: FST switch direction wlan->wigig?
 */
struct ipa_wigig_msg {
	char name[IPA_RESOURCE_NAME_MAX];
	uint8_t client_mac_addr[IPA_MAC_ADDR_SIZE];
	union {
		enum ipa_client_type ipa_client;
		uint8_t to_wigig;
	} u;
};
#define feature_ipa_wigig_msg 1

/**
 * enum ipa_wlan_hdr_attrib_type - attribute type
 * in wlan client header