Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b75bc150 authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

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: default avatarSujith <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2554935b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 {