CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/16 07:24:26
Modified files:
sys/net : if.c
Log message:
Multiple tweaks:
- Assert that all drivers declare a if_ioctl function pointer and stop
checking it against NULL.
- Do not use return statements in ifioctl() where a lock is needed.
- Call if_setlladdr() only if the underlying driver did not report an
error.
ok bluhm@
