From ea18ffdf6e91a42fa07be355c0c1afb7ff7bace6 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 12 Sep 2024 20:44:06 +0000 Subject: [PATCH] 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 2e0b74f29de..24b3205d6f5 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;