svn commit: r296171 - head/sys/net80211

Andriy Voskoboinyk avos at FreeBSD.org
Sun Feb 28 23:52:35 UTC 2016


Author: avos
Date: Sun Feb 28 23:52:33 2016
New Revision: 296171
URL: https://svnweb.freebsd.org/changeset/base/296171

Log:
  net80211: fix a comment for TX lock
  
  Approved by:	adrian (mentor)
  Differential Revision:	https://reviews.freebsd.org/D5476

Modified:
  head/sys/net80211/ieee80211_freebsd.h

Modified: head/sys/net80211/ieee80211_freebsd.h
==============================================================================
--- head/sys/net80211/ieee80211_freebsd.h	Sun Feb 28 23:48:34 2016	(r296170)
+++ head/sys/net80211/ieee80211_freebsd.h	Sun Feb 28 23:52:33 2016	(r296171)
@@ -65,7 +65,7 @@ typedef struct {
  * transmission operations throughout the stack.
  */
 typedef struct {
-	char		name[16];		/* e.g. "ath0_com_lock" */
+	char		name[16];		/* e.g. "ath0_tx_lock" */
 	struct mtx	mtx;
 } ieee80211_tx_lock_t;
 #define	IEEE80211_TX_LOCK_INIT(_ic, _name) do {				\


More information about the svn-src-all mailing list