wiphy: Remove unneeded initialization

This commit is contained in:
Denis Kenzior 2015-02-26 10:03:51 -06:00
parent 7a16f0a263
commit b067c08cfe
1 changed files with 1 additions and 1 deletions

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;