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, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h
index 5e2366d3db09..d8e2674aec71 100644
--- a/drivers/net/wireless/ath/ath5k/base.h
+++ b/drivers/net/wireless/ath/ath5k/base.h
@@ -87,6 +87,7 @@ struct ath5k_txq {
87 spinlock_t lock; /* lock on q and link */ 87 spinlock_t lock; /* lock on q and link */
88 bool setup; 88 bool setup;
89 int txq_len; /* number of queued buffers */ 89 int txq_len; /* number of queued buffers */
90 bool txq_poll_mark;
90}; 91};
91 92
92#define ATH5K_LED_MAX_NAME_LEN 31 93#define ATH5K_LED_MAX_NAME_LEN 31
@@ -233,6 +234,8 @@ struct ath5k_softc {
233 234
234 struct ath5k_ani_state ani_state; 235 struct ath5k_ani_state ani_state;
235 struct tasklet_struct ani_tasklet; /* ANI calibration */ 236 struct tasklet_struct ani_tasklet; /* ANI calibration */
237
238 struct delayed_work tx_complete_work;
236}; 239};
237 240
238#define ath5k_hw_hasbssidmask(_ah) \ 241#define ath5k_hw_hasbssidmask(_ah) \