diff mbox series

[2/3] client: report channel if present in diag message

Message ID 20240221214624.601337-2-ram.subramanian@getcruise.com (mailing list archive)
State New
Headers show
Series [1/3] station: add channel number to diagnostics message | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

Ram Subramanian Feb. 21, 2024, 9:46 p.m. UTC
---
 client/diagnostic.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/client/diagnostic.c b/client/diagnostic.c
index 6360b7e2..e4050201 100644
--- a/client/diagnostic.c
+++ b/client/diagnostic.c
@@ -93,6 +93,7 @@  static const struct diagnostic_dict_mapping diagnostic_mapping[] = {
 	{ "RxMCS", 'y' },
 	{ "TxMCS", 'y' },
 	{ "Frequency", 'u' },
+	{ "Channel", 'y' },
 	{ "Security", 's' },
 	{ NULL }
 };