EthernetMessage: Fix TX receipts

Fixes
- HardwareEthernetPacket packing
- EthernetMessage::fcs
This commit is contained in:
Kyle Schwarz
2024-12-13 12:55:57 -05:00
parent 4157558e84
commit 34cacf4cf2
5 changed files with 16 additions and 11 deletions
@@ -35,7 +35,7 @@ class EthernetMessage : public Frame {
public:
bool preemptionEnabled = false;
uint8_t preemptionFlags = 0;
bool fcsAvailable = false;
std::optional<uint32_t> fcs;
bool frameTooShort = false;
bool noPadding = false;