wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (bgo #627571)"

The new freq_list option must pass configuration verification.
This commit is contained in:
Dan Williams 2014-03-26 09:19:41 -05:00
parent 66e2cdcc68
commit 50237b95ef

View file

@ -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 },
};