mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
wiphy: Remove unneeded initialization
This commit is contained in:
parent
7a16f0a263
commit
b067c08cfe
@ -851,7 +851,7 @@ static void parse_bss(struct netdev *netdev, struct l_genl_attr *attr)
|
||||
struct bss *old_bss;
|
||||
const uint8_t *ssid = NULL;
|
||||
int ssid_len;
|
||||
struct network *network = NULL;
|
||||
struct network *network;
|
||||
enum scan_ssid_security ssid_security;
|
||||
const char *id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user