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

Commit bee093d6 authored by Holger Schurig's avatar Holger Schurig Committed by David S. Miller
Browse files

[PATCH] libertas: remove bss_descriptor->timestamp



Noone used this variable.

Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a2235ed4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -903,7 +903,6 @@ static int libertas_process_bss(struct bss_descriptor * bss,
	pos++;

	/* time stamp is 8 bytes long */
	bss->timestamp = le64_to_cpup((void *) pos);
	pos += 8;

	/* beacon interval is 2 bytes long */
+0 −1
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@ struct bss_descriptor {
	/* zero-terminated array of supported data rates */
	u8 rates[MAX_RATES + 1];

	__le64 timestamp;	//!< TSF value included in the beacon/probe response
	unsigned long last_scanned;

	union ieeetypes_phyparamset phyparamset;