mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pxeboot: bugs in pxe.h
SEGDESC_t needs to be PACKED there is no status in t_PXENV_UNDI_MCAST_ADDRESS Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D39799
This commit is contained in:
parent
20b6945c7f
commit
795497bf3d
1 changed files with 1 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ typedef struct {
|
|||
uint16_t Seg_Addr;
|
||||
uint32_t Phy_Addr;
|
||||
uint16_t Seg_Size;
|
||||
} SEGDESC_t;
|
||||
} PACKED SEGDESC_t;
|
||||
|
||||
typedef uint16_t SEGSEL_t;
|
||||
typedef uint16_t PXENV_STATUS_t;
|
||||
|
|
@ -151,7 +151,6 @@ typedef struct {
|
|||
|
||||
#define MAXNUM_MCADDR 8
|
||||
typedef struct {
|
||||
PXENV_STATUS_t Status;
|
||||
uint16_t MCastAddrCount;
|
||||
MAC_ADDR McastAddr[MAXNUM_MCADDR];
|
||||
} PACKED t_PXENV_UNDI_MCAST_ADDRESS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue