Device: Add RADMoon2ZL

Also adds a base class for both Moon2 device types.
This commit is contained in:
Kyle Schwarz
2023-04-24 22:39:35 +00:00
parent 73744bf6d9
commit bbf348a6ab
8 changed files with 132 additions and 69 deletions
+3 -1
View File
@@ -159,7 +159,9 @@ typedef struct OP_ETH_SETTINGS_t
unsigned char mac_addr2[6];// Target Addr for spoofing
unsigned short mac_spoofing_en : 1;
unsigned short mac_spoofing_isDstOrSrc : 1;
unsigned short reserved : 14;
unsigned short link_spd : 2;
unsigned short q2112_phy_mode : 1;
unsigned short reserved : 11;
};
unsigned char reserved0[14];
};