There's a channel 14

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3186 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-12-23 06:41:40 +00:00
parent 7932f43718
commit d25f3a266b

View file

@ -1340,7 +1340,7 @@ struct cf_pair {
guint32 freq;
};
static struct cf_pair cf_table[46] = {
static struct cf_pair cf_table[] = {
/* B/G band */
{ 1, 2412 },
{ 2, 2417 },
@ -1355,6 +1355,7 @@ static struct cf_pair cf_table[46] = {
{ 11, 2462 },
{ 12, 2467 },
{ 13, 2472 },
{ 14, 2484 },
/* A band */
{ 34, 5170 },
{ 36, 5180 },