mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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)
This commit is contained in:
parent
286250daf5
commit
ea18ffdf6e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue