mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
band: correct oper class 136 starting frequency
This should be 5925, not 5950
This commit is contained in:
parent
a2b2f66c4c
commit
8e10e00904
@ -896,7 +896,7 @@ static const struct operating_class_info e4_operating_classes[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.operating_class = 136,
|
.operating_class = 136,
|
||||||
.starting_frequency = 5950,
|
.starting_frequency = 5925,
|
||||||
.channel_spacing = 20,
|
.channel_spacing = 20,
|
||||||
.center_frequencies = { 2 },
|
.center_frequencies = { 2 },
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user