projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2554935
)
ath9k: Remove unused variables in struct ath_beacon_config
author
Sujith
<Sujith.Manoharan@atheros.com>
Tue, 3 Mar 2009 04:46:59 +0000
(10:16 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 5 Mar 2009 19:39:43 +0000
(14:39 -0500)
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>
drivers/net/wireless/ath9k/ath9k.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath9k/ath9k.h
b/drivers/net/wireless/ath9k/ath9k.h
index 4c1da716e6d8b911f69a304c4b42ba24c4f2c8a6..ec1bf174c70615feb844be01a3e71af0bc1246a7 100644
(file)
--- a/
drivers/net/wireless/ath9k/ath9k.h
+++ b/
drivers/net/wireless/ath9k/ath9k.h
@@
-426,11
+426,6
@@
struct ath_beacon_config {
u16 dtim_period;
u16 bmiss_timeout;
u8 dtim_count;
- u8 tim_offset;
- union {
- u64 last_tsf;
- u8 last_tstamp[8];
- } u; /* last received beacon/probe response timestamp of this BSS. */
};
struct ath_beacon {