minor style fix.
This commit is contained in:
parent
90d83886e1
commit
64b15424e4
@ -209,5 +209,5 @@ discioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
default:
|
||||
error = EINVAL;
|
||||
}
|
||||
return error;
|
||||
return (error);
|
||||
}
|
||||
|
@ -490,6 +490,7 @@ ether_demux(ifp, eh, m)
|
||||
#if defined(NETATALK)
|
||||
register struct llc *l;
|
||||
#endif
|
||||
|
||||
if (! (BDG_ACTIVE(ifp) ) )
|
||||
/* Discard packet if upper layers shouldn't see it because it was
|
||||
unicast to a different Ethernet address. If the driver is working
|
||||
|
Loading…
x
Reference in New Issue
Block a user