mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
sys: add MBIM (mobile broadband interface module) interface type.
This is part of the upcoming USB umb(4) work. Differential Revision: https://reviews.freebsd.org/D48167 Approved by: adrian, zlei Sponsored by: FreeBSD Foundation PR: kern/263783 Submitted by: Pierre Pronchery <khorben@defora.org>
This commit is contained in:
parent
709c18911a
commit
86bfbaf100
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ typedef enum {
|
|||
IFT_PFLOG = 0xf6, /* PF packet filter logging */
|
||||
IFT_PFSYNC = 0xf7, /* PF packet filter synchronization */
|
||||
IFT_WIREGUARD = 0xf8, /* WireGuard tunnel */
|
||||
IFT_MBIM = 0xf9, /* Mobile Broadband Interface Model */
|
||||
} ifType;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue