Skip to content

Commit

Permalink
Fixed compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaya-ops committed Oct 24, 2024
1 parent 0f79688 commit 09fa0c0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/drivers/driver_wired.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@
#pragma pack(push, 1)
#endif /* _MSC_VER */

#ifndef CONFIG_SONIC_HOSTAPD
struct ieee8023_hdr {
u8 dest[6];
u8 src[6];
u16 ethertype;
} STRUCT_PACKED;
#endif

#ifdef _MSC_VER
#pragma pack(pop)
#endif /* _MSC_VER */
Expand Down

0 comments on commit 09fa0c0

Please sign in to comment.