summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-05-13 18:57:18 +0000
committeradrian <adrian@FreeBSD.org>2013-05-13 18:57:18 +0000
commit5a3798f699e900742b6ac3cd4a7537922e683926 (patch)
tree4b16a41e9a03887d8a9af8163ef089032560176d /sys/dev
parent4bd9be4c73c9f85431d06909d7dfc0bbffed8ffa (diff)
downloadFreeBSD-src-5a3798f699e900742b6ac3cd4a7537922e683926.zip
FreeBSD-src-5a3798f699e900742b6ac3cd4a7537922e683926.tar.gz
This lock only protects the rate control state for now, mention this.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/if_athvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index 662382f..7b7adbd 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -178,7 +178,7 @@ struct ath_node {
struct ath_buf *an_ff_buf[WME_NUM_AC]; /* ff staging area */
struct ath_tid an_tid[IEEE80211_TID_SIZE]; /* per-TID state */
char an_name[32]; /* eg "wlan0_a1" */
- struct mtx an_mtx; /* protecting the ath_node state */
+ struct mtx an_mtx; /* protecting the rate control state */
uint32_t an_swq_depth; /* how many SWQ packets for this
node */
int clrdmask; /* has clrdmask been set */
OpenPOWER on IntegriCloud