3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:19:34 +01:00

band: correct oper class 136 starting frequency

This should be 5925, not 5950
This commit is contained in:
James Prestwood 2024-10-24 09:46:31 -07:00 committed by Denis Kenzior
parent a2b2f66c4c
commit 8e10e00904

View File

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