From 3df3e46d64f428a44548bb70fff3bb87d4e75ab2 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 24 May 2016 10:56:54 -0700 Subject: [PATCH] nm-device-wifi: add TURBONETT to no-roaming WiFi networks TURBONETT is the default network name of a very popular internet provider in Guatemala, so roaming should be disabled. https://bugzilla.gnome.org/show_bug.cgi?id=766845 --- src/devices/wifi/nm-device-wifi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm-device-wifi.c index 1fa527a776..9e511a0982 100644 --- a/src/devices/wifi/nm-device-wifi.c +++ b/src/devices/wifi/nm-device-wifi.c @@ -697,6 +697,7 @@ manf_defaults[] = { "WLAN", "ALICE-WLAN", "Speedport W 501V", + "TURBONETT", }; #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0]))