diff --git a/sys/net80211/ieee80211_freebsd.h b/sys/net80211/ieee80211_freebsd.h index 6d47ccd6bf20..0566da7a5f81 100644 --- a/sys/net80211/ieee80211_freebsd.h +++ b/sys/net80211/ieee80211_freebsd.h @@ -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 { \