net80211: fix a comment for TX lock

Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5476
This commit is contained in:
Andriy Voskoboinyk 2016-02-28 23:52:33 +00:00
parent c6427be92b
commit f10bbaa78c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296171

View File

@ -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 { \