diff options
Diffstat (limited to 'drivers/net/wireless/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath5k/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath5k/base.h b/drivers/net/wireless/ath5k/base.h index 248e32eb6cb3..1549b63d6138 100644 --- a/drivers/net/wireless/ath5k/base.h +++ b/drivers/net/wireless/ath5k/base.h | |||
@@ -168,6 +168,7 @@ struct ath5k_softc { | |||
168 | struct tasklet_struct txtq; /* tx intr tasklet */ | 168 | struct tasklet_struct txtq; /* tx intr tasklet */ |
169 | struct ath5k_led tx_led; /* tx led */ | 169 | struct ath5k_led tx_led; /* tx led */ |
170 | 170 | ||
171 | spinlock_t block; /* protects beacon */ | ||
171 | struct ath5k_buf *bbuf; /* beacon buffer */ | 172 | struct ath5k_buf *bbuf; /* beacon buffer */ |
172 | unsigned int bhalq, /* SW q for outgoing beacons */ | 173 | unsigned int bhalq, /* SW q for outgoing beacons */ |
173 | bmisscount, /* missed beacon transmits */ | 174 | bmisscount, /* missed beacon transmits */ |