mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
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: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
3e062eb21d
commit
5c5105666d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue