提交 5c510566 编写于 作者: A Alexandre Belloni 提交者: Kalle Valo

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: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 3e062eb2
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册