From 5fe9f846c564984ffc111821350ec8d1ae441b5f Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 22 Aug 2004 14:48:55 +0000 Subject: Don't need to assert Giant in fw_output(), only in the firewire start routine. --- sys/net/if_fwsubr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/net/if_fwsubr.c') diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c index 1989c4e..331f361 100644 --- a/sys/net/if_fwsubr.c +++ b/sys/net/if_fwsubr.c @@ -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) -- cgit v1.1