mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 03:10:16 +01:00
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:
parent
7932f43718
commit
d25f3a266b
1 changed files with 2 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue