summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-device-wifi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/wifi/nm-device-wifi.c')
-rw-r--r--src/devices/wifi/nm-device-wifi.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm-device-wifi.c
index 094b78ca01..51cc8c0358 100644
--- a/src/devices/wifi/nm-device-wifi.c
+++ b/src/devices/wifi/nm-device-wifi.c
@@ -1013,17 +1013,7 @@ complete_connection (NMDevice *device,
* if the network isn't broadcasting the SSID for example.
*/
if (!ap) {
- GSList *settings = NULL;
- gboolean valid;
-
- settings = g_slist_prepend (settings, s_wifi);
- if (s_wsec)
- settings = g_slist_prepend (settings, s_wsec);
- if (s_8021x)
- settings = g_slist_prepend (settings, s_8021x);
- valid = nm_setting_verify (NM_SETTING (s_wifi), settings, error);
- g_slist_free (settings);
- if (!valid)
+ if (!nm_setting_verify (NM_SETTING (s_wifi), connection, error))
return FALSE;
hidden = TRUE;