summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-20 16:26:25 +0200
committerThomas Haller <thaller@redhat.com>2015-08-20 16:26:25 +0200
commit564c107465459ec0fa8d7c96bd931ec953b68708 (patch)
tree0b4e5da739e52423851b0ccaf99c03789ebdc00d
parent85c9699dcb6d2cd497a19ae670ff8a5bce7fa518 (diff)
downloadNetworkManager-jk/freq-list-bgo627571.tar.gz
fixup! fixup! wifi: also support locking connections to a channel within band (bgo #627571)jk/freq-list-bgo627571
-rw-r--r--src/supplicant-manager/nm-supplicant-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplicant-manager/nm-supplicant-config.c b/src/supplicant-manager/nm-supplicant-config.c
index aa9827e9be..09559c0dfc 100644
--- a/src/supplicant-manager/nm-supplicant-config.c
+++ b/src/supplicant-manager/nm-supplicant-config.c
@@ -317,7 +317,7 @@ wifi_freqs_to_string (gboolean bg_band)
if (G_UNLIKELY (str == NULL)) {
GString *tmp;
- const int const *freqs;
+ const int *freqs;
int i;
freqs = bg_band ? nm_utils_wifi_2ghz_freqs () : nm_utils_wifi_5ghz_freqs ();