Commit 23a7762
authored
content(mt7925): add real signal/NSS example and note the card's real-world ceiling (#156)
## Type of change
- [x] `content`: update or improve existing content
## Details
**New section, "When your numbers don't match this page's":** a real example (same laptop, same AP, only distance changed) showing signal, negotiated `EHT-NSS`, and `iperf3 -P 4` throughput at two distances:
| | Farther from the AP | Closer to the AP |
|---|---|---|
| Signal | -70 to -73 dBm | -63 dBm |
| Negotiated rate | `EHT-NSS 1`, 432-576 Mbit/s | `EHT-NSS 2`, 1152.8 Mbit/s |
| `iperf3 -P 4` throughput | ~170-260 Mbit/s | 583-594 Mbit/s |
Points readers at `mt7925-tune.py status`'s signal/`EHT-NSS` reporting (added in #154) as the way to tell a range problem from a broken fix, before assuming the tuning isn't working.
**Results section:** added a blunter line next to the existing phone comparison — a phone chip from January 2024 still beats this tuned, purpose-built M.2 2230 card, and that's not something the script's fixes can close; they get the card to its own ceiling, not past it.
Both EN and NL versions updated. No script changes, so no checksum to recompute.
## Checklist
- [x] PR title follows the commit convention
- [x] Both EN and NL versions updated
- [x] Media is in AVIF format (not PNG/JPG) — N/A, no media touched
- [x] No broken image references — N/A, no media touched
- [x] Tested locally: `.github/scripts/check-doc-checksums.sh` still passes (docs-only change, no script touched)1 parent 1ea56e5 commit 23a7762
2 files changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
83 | 99 | | |
84 | 100 | | |
85 | 101 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
83 | 99 | | |
84 | 100 | | |
85 | 101 | | |
| |||
0 commit comments