PERFORCE change 123687 for review

Tai-hwa Liang avatar at FreeBSD.org
Wed Jul 18 13:25:51 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123687

Change 123687 by avatar at avatar_t40 on 2007/07/18 13:25:39

	Close another LOR by dropping the driver lock around calls to
	if_input().
	
	MFP4 after:	2 weeks

Affected files ...

.. //depot/projects/wifi/sys/dev/an/if_an.c#15 edit

Differences ...

==== //depot/projects/wifi/sys/dev/an/if_an.c#15 (text+ko) ====

@@ -1065,8 +1065,10 @@
 					rx_frame.an_rsvd0);
 #endif
 #endif
+				AN_UNLOCK(sc);
 				(*ifp->if_input)(ifp, m);
-			
+				AN_LOCK(sc);
+
 				an_rx_desc.an_valid = 1;
 				an_rx_desc.an_len = AN_RX_BUFFER_SIZE;
 				an_rx_desc.an_done = 0;


More information about the p4-projects mailing list