Skip to content

Commit 1be7668

Browse files
committed
Fixed compilation issues
1 parent 40bd84e commit 1be7668

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/drivers/driver_wired.c

-8
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@
4040
#pragma pack(push, 1)
4141
#endif /* _MSC_VER */
4242

43-
#ifndef CONFIG_SONIC_HOSTAPD
44-
struct ieee8023_hdr {
45-
u8 dest[6];
46-
u8 src[6];
47-
u16 ethertype;
48-
} STRUCT_PACKED;
49-
#endif
50-
5143
#ifdef _MSC_VER
5244
#pragma pack(pop)
5345
#endif /* _MSC_VER */

0 commit comments

Comments
 (0)