From be96610020e938b5c22238d71c2fe1cff95a2d60 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 (cherry picked from commit 3df3e46d64f428a44548bb70fff3bb87d4e75ab2) --- 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 95a89eab32..6d83b82fba 100644 --- a/src/devices/wifi/nm-device-wifi.c +++ b/src/devices/wifi/nm-device-wifi.c @@ -696,6 +696,7 @@ manf_defaults[] = { "WLAN", "ALICE-WLAN", "Speedport W 501V", + "TURBONETT", }; #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0]))