git: c12e3a05252a - main - LinuxKPI: add more fields to mhi.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Sep 2024 00:24:19 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=c12e3a05252ac9f43a6db379f88e4b4a07c06d46
commit c12e3a05252ac9f43a6db379f88e4b4a07c06d46
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-13 00:23:35 +0000
LinuxKPI: add more fields to mhi.h
Add more fields required by updated wireless drivers to mhi.h.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
---
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;