Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2024 10:38:26 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ea18ffdf6e91 - stable/14 - LinuxKPI: add more fields to mhi.h
Message-ID:  <202409281038.48SAcQN0098297@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409281038.48SAcQN0098297>