diff mbox series

[03/12] band: add band_freq

Message ID 20220719185544.456727-3-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [01/12] scan: add colocated scan flag | expand

Checks

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

Commit Message

James Prestwood July 19, 2022, 6:55 p.m. UTC
HE has different rules depending on the frequency, so the band
structure also needs to track the frequency for any rate information
to have context.
---
 src/band.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/src/band.h b/src/band.h
index 7b9e901f..ba887ee6 100644
--- a/src/band.h
+++ b/src/band.h
@@ -50,6 +50,7 @@  struct band_chandef {
 };
 
 struct band {
+	enum band_freq freq;
 	uint8_t vht_mcs_set[8];
 	uint8_t vht_capabilities[4];
 	bool vht_supported : 1;