Don't need to assert Giant in fw_output(), only in the firewire start

routine.
This commit is contained in:
Robert Watson 2004-08-22 14:48:55 +00:00
parent 25edba1e56
commit 201a36deca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134160

View File

@ -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)