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 |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
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;