Don't need to assert Giant in fw_output(), only in the firewire start
routine.
This commit is contained in:
parent
25edba1e56
commit
201a36deca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134160
@ -90,8 +90,6 @@ firewire_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
|
||||
int unicast, dgl, foff;
|
||||
static int next_dgl;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
#ifdef MAC
|
||||
error = mac_check_ifnet_transmit(ifp, m);
|
||||
if (error)
|
||||
|
Loading…
Reference in New Issue
Block a user