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:
parent
aa498e3e1f
commit
f6eed67799
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user