git: ea18ffdf6e91 - stable/14 - LinuxKPI: add more fields to mhi.h

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sat, 28 Sep 2024 10:38:26 UTC
The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=ea18ffdf6e91a42fa07be355c0c1afb7ff7bace6

commit ea18ffdf6e91a42fa07be355c0c1afb7ff7bace6
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-09-12 20:44:06 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-09-28 10:35:14 +0000

    LinuxKPI: add more fields to mhi.h
    
    Add more fields required by updated wireless drivers to mhi.h.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit c12e3a05252ac9f43a6db379f88e4b4a07c06d46)
---
 sys/compat/linuxkpi/common/include/linux/mhi.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/mhi.h b/sys/compat/linuxkpi/common/include/linux/mhi.h
index 2e0b74f29def..24b3205d6f5a 100644
--- a/sys/compat/linuxkpi/common/include/linux/mhi.h
+++ b/sys/compat/linuxkpi/common/include/linux/mhi.h
@@ -75,6 +75,8 @@ struct mhi_controller {
 	void				*regs;
 	int				*irq;
 	const char			*fw_image;
+	const u8			*fw_data;
+	size_t				fw_sz;
 
 	bool				fbc_download;
 	size_t				rddm_size;