net80211: fix a comment for TX lock
Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5476
This commit is contained in:
parent
8c268c22c4
commit
49afe69146
@ -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 { \
|
||||
|
Loading…
Reference in New Issue
Block a user