summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net80211/ieee80211_freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_freebsd.h b/sys/net80211/ieee80211_freebsd.h
index 6d47ccd..0566da7 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 { \
OpenPOWER on IntegriCloud