1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-01-11 23:52:54 +00:00

Use ea_set().

This commit is contained in:
Olaf Seibert 2015-12-30 17:29:10 +01:00
parent aa498e3e1f
commit f6eed67799

View File

@ -518,7 +518,7 @@ void net_init(struct dpni20_s *dpni)
/* Now set any return info values in shared struct.
*/
memcpy(dpni->dpni_eth, (char *)&ihost_ea, 6); /* Copy ether addr */
ea_set(dpni->dpni_eth, (char *)&ihost_ea); /* Copy ether addr */
if (DBGFLG)
dbprint("PF inited");