CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/19 01:38:02
Modified files:
sys/net : if.c if_var.h
Log message:
provide factored out txhprio and rxhprio checks
l2 and l3 drivers do the same thing all the time, so reduce the
chance of error by doing the checks once and making it available
for drivers to call instead of rolling on their own again.
