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

Commit 5c510566 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Kalle Valo
Browse files

atmel: remove time_t usage



last_qual never really holds a time. It only holds jiffies. Make it the
same type as jiffies.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 3e062eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@ struct atmel_private {
	} station_state;

	int operating_mode, power_mode;
	time_t last_qual;
	unsigned long last_qual;
	int beacons_this_sec;
	int channel;
	int reg_domain, config_reg_domain;