mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
network: Actually remove the seen_time field
This commit is contained in:
parent
f6aa2c7236
commit
ac527d88c6
@ -70,7 +70,6 @@ struct network_info {
|
|||||||
char ssid[33];
|
char ssid[33];
|
||||||
enum security type;
|
enum security type;
|
||||||
struct timespec connected_time; /* Time last connected */
|
struct timespec connected_time; /* Time last connected */
|
||||||
struct timespec seen_time; /* Time last seen */
|
|
||||||
int seen_count; /* Ref count for network.info */
|
int seen_count; /* Ref count for network.info */
|
||||||
bool is_hidden:1;
|
bool is_hidden:1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user