aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h
index 778e422946ab..667bd9dc1900 100644
--- a/drivers/net/wireless/ath/ath5k/base.h
+++ b/drivers/net/wireless/ath/ath5k/base.h
@@ -177,6 +177,8 @@ struct ath5k_softc {
177 177
178 struct ath5k_rfkill rf_kill; 178 struct ath5k_rfkill rf_kill;
179 179
180 struct tasklet_struct calib; /* calibration tasklet */
181
180 spinlock_t block; /* protects beacon */ 182 spinlock_t block; /* protects beacon */
181 struct tasklet_struct beacontq; /* beacon intr tasklet */ 183 struct tasklet_struct beacontq; /* beacon intr tasklet */
182 struct ath5k_buf *bbuf; /* beacon buffer */ 184 struct ath5k_buf *bbuf; /* beacon buffer */
@@ -187,7 +189,6 @@ struct ath5k_softc {
187 unsigned int nexttbtt; /* next beacon time in TU */ 189 unsigned int nexttbtt; /* next beacon time in TU */
188 struct ath5k_txq *cabq; /* content after beacon */ 190 struct ath5k_txq *cabq; /* content after beacon */
189 191
190 struct timer_list calib_tim; /* calibration timer */
191 int power_level; /* Requested tx power in dbm */ 192 int power_level; /* Requested tx power in dbm */
192 bool assoc; /* assocate state */ 193 bool assoc; /* assocate state */
193 bool enable_beacon; /* true if beacons are on */ 194 bool enable_beacon; /* true if beacons are on */