diff options
Diffstat (limited to 'drivers/net/wireless/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath5k/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath5k/base.h b/drivers/net/wireless/ath5k/base.h index 7ba2223d2247..20c946926090 100644 --- a/drivers/net/wireless/ath5k/base.h +++ b/drivers/net/wireless/ath5k/base.h | |||
@@ -164,7 +164,7 @@ struct ath5k_softc { | |||
164 | struct ath5k_buf *bbuf; /* beacon buffer */ | 164 | struct ath5k_buf *bbuf; /* beacon buffer */ |
165 | unsigned int bhalq, /* SW q for outgoing beacons */ | 165 | unsigned int bhalq, /* SW q for outgoing beacons */ |
166 | bmisscount, /* missed beacon transmits */ | 166 | bmisscount, /* missed beacon transmits */ |
167 | bintval, /* beacon interval */ | 167 | bintval, /* beacon interval in TU */ |
168 | bsent; | 168 | bsent; |
169 | 169 | ||
170 | struct timer_list calib_tim; /* calibration timer */ | 170 | struct timer_list calib_tim; /* calibration timer */ |