diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-02 23:46:59 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 14:39:43 -0500 |
commit | b75bc150af4f276fd0e197c8409c62b71cc86118 (patch) | |
tree | add82160ab3fdfd3a0f07561b65f50d9ee7e41d1 /drivers/net/wireless/ath9k/ath9k.h | |
parent | 2554935b08f87e0ce1852635720d2d3ac91fc512 (diff) |
ath9k: Remove unused variables in struct ath_beacon_config
We don't store the beacon timestamp internally, nor
do we do any TIM handling in ath9k.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 4c1da716e6d8..ec1bf174c706 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -426,11 +426,6 @@ struct ath_beacon_config { | |||
426 | u16 dtim_period; | 426 | u16 dtim_period; |
427 | u16 bmiss_timeout; | 427 | u16 bmiss_timeout; |
428 | u8 dtim_count; | 428 | u8 dtim_count; |
429 | u8 tim_offset; | ||
430 | union { | ||
431 | u64 last_tsf; | ||
432 | u8 last_tstamp[8]; | ||
433 | } u; /* last received beacon/probe response timestamp of this BSS. */ | ||
434 | }; | 429 | }; |
435 | 430 | ||
436 | struct ath_beacon { | 431 | struct ath_beacon { |