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 {                         
\
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to