public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 1/5] band: correct oper class 136 starting frequency
@ 2024-10-24 16:46 James Prestwood
  2024-10-24 16:46 ` [PATCH 2/5] nl80211util: check band when parsing supported frequencies James Prestwood
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: James Prestwood @ 2024-10-24 16:46 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

This should be 5925, not 5950
---
 src/band.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/band.c b/src/band.c
index 14daeb37..4e8eb9b0 100644
--- a/src/band.c
+++ b/src/band.c
@@ -896,7 +896,7 @@ static const struct operating_class_info e4_operating_classes[] = {
 	},
 	{
 		.operating_class = 136,
-		.starting_frequency = 5950,
+		.starting_frequency = 5925,
 		.channel_spacing = 20,
 		.center_frequencies = { 2 },
 	}
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-24 17:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 16:46 [PATCH 1/5] band: correct oper class 136 starting frequency James Prestwood
2024-10-24 16:46 ` [PATCH 2/5] nl80211util: check band when parsing supported frequencies James Prestwood
2024-10-24 16:46 ` [PATCH 3/5] band: check the operating class band before checking e4 James Prestwood
2024-10-24 16:46 ` [PATCH 4/5] scan: warn on zero frequency when adding to request James Prestwood
2024-10-24 17:13   ` Denis Kenzior
2024-10-24 16:46 ` [PATCH 5/5] util: warn on invalid channels when iterating a frequency set James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox