[PATCH] EHT: list a reserved bit
Johannes Berg <[email protected]> Wed, 8 Oct 2025 17:05:13 +0200
| Newsgroups | org.netbsd.radiotap |
|---|---|
| Message-ID | <[email protected]> |
This bit was previously not listed at all, correctly list it as reserved. --- fields/EHT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fields/EHT.md b/fields/EHT.md index 01cbf159d7a9..e24a69c7c6f0 100644 --- a/fields/EHT.md +++ b/fields/EHT.md @@ -86,7 +86,7 @@ Some values here could also appear for non-OFDMA PPDUs. | **`0x00001fe0`** | RU/MRU Index (see IEEE 802.11be Draft 1.3 section 36.3.2 "Subcarrier and resource allocation") | | **`0x003fe000`** | RU Allocation 1 | | **`0x00400000`** | RU Allocation 1 known | -| **`0x3f000000`** | (reserved) | +| **`0x3f800000`** | (reserved) | | **`0xc0000000`** | Primary 80 MHz Channel Position (0: lowest, 3: highest in frequency)| Note: The RU/MRU Size and RU/MRU Index are calculated fields, ideally the -- 2.51.0