summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-wifi-ap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/wifi/nm-wifi-ap.c')
-rw-r--r--src/devices/wifi/nm-wifi-ap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/wifi/nm-wifi-ap.c b/src/devices/wifi/nm-wifi-ap.c
index 7cfc659875..8e2b0ded4b 100644
--- a/src/devices/wifi/nm-wifi-ap.c
+++ b/src/devices/wifi/nm-wifi-ap.c
@@ -837,11 +837,8 @@ nm_wifi_ap_update_from_properties (NMWifiAP *ap,
bytes = g_variant_get_fixed_array (v, &len, 1);
len = MIN (32, len);
- /* Stupid ieee80211 layer uses <hidden> */
if ( bytes
&& len
- && !( NM_IN_SET (len, 8, 9)
- && memcmp (bytes, "<hidden>", len) == 0)
&& !nm_utils_is_empty_ssid (bytes, len)) {
/* good */
} else