3
0
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:
Denis Kenzior 2015-02-26 10:03:51 -06:00
parent 7a16f0a263
commit b067c08cfe

View File

@ -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;