Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2007 08:08:30 GMT
From:      Tai-hwa Liang <avatar@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 129015 for review
Message-ID:  <200711130808.lAD88UVS052445@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129015

Change 129015 by avatar@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711130808.lAD88UVS052445>