PERFORCE change 129015 for review

Tai-hwa Liang avatar at FreeBSD.org
Tue Nov 13 00:08:31 PST 2007


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

Change 129015 by avatar at avatar_t40 on 2007/11/13 08:08:19

	Adding a comment to state the fact that an_stats_update() is now
	called via callout(9) with a lock held.
	
	Submitted by:	ambrisko
	MFP4 after:	1 day

Affected files ...

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

Differences ...

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

@@ -1143,6 +1143,8 @@
  * is important because we don't want to allow transmissions until
  * the NIC has synchronized to the current cell (either as the master
  * in an ad-hoc group, or as a station connected to an access point).
+ *
+ * Note that this function will be called via callout(9) with a lock held.
  */
 static void
 an_stats_update(void *xsc)


More information about the p4-projects mailing list