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 3df3e46d64)
This commit is contained in:
Cosimo Cecchi 2016-05-24 10:56:54 -07:00 committed by Thomas Haller
parent 5e77626b0f
commit be96610020

View file

@ -696,6 +696,7 @@ manf_defaults[] = {
"WLAN",
"ALICE-WLAN",
"Speedport W 501V",
"TURBONETT",
};
#define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0]))