From 50237b95efd3c433354a45b42eb59b4a6aeb4c2d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 26 Mar 2014 09:19:41 -0500 Subject: [PATCH] wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (bgo #627571)" The new freq_list option must pass configuration verification. --- src/supplicant-manager/nm-supplicant-settings-verify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supplicant-manager/nm-supplicant-settings-verify.c b/src/supplicant-manager/nm-supplicant-settings-verify.c index 6e6d7a990b..f7d4ca58c4 100644 --- a/src/supplicant-manager/nm-supplicant-settings-verify.c +++ b/src/supplicant-manager/nm-supplicant-settings-verify.c @@ -137,6 +137,7 @@ static const struct Opt opt_table[] = { { "proactive_key_caching", TYPE_INT, 0, 1, FALSE, NULL }, { "bgscan", TYPE_BYTES, 0, 0, FALSE, NULL }, { "pac_file", TYPE_BYTES, 0, 1024, FALSE, NULL }, + { "freq_list", TYPE_BYTES, 0, 0, FALSE, NULL }, };