This lock only protects the rate control state for now, mention this.

This commit is contained in:
Adrian Chadd 2013-05-13 18:57:18 +00:00
parent 4bed2b67ca
commit 01a2ad5a4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250607

View file

@ -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 */