-
-
Notifications
You must be signed in to change notification settings - Fork 191
Automatic
wireless performance tests
#738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
""" WalkthroughThe pull request updates the Possibly related PRs
Suggested labels
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (4)
docs/WifiPerformance.md (4)
63-66
: Ensure proper blank lines around new headings
The newly added sub-section header### AC600
and its child#### Realtek 8811AU
should be surrounded by a blank line above and below to comply with markdownlint’s MD022 rule (blanks-around-headings) and to improve readability.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
68-68
: Use Markdown image syntax instead of raw HTML
Consider replacing the<img src="…">
tag with the Markdown form
and adding alt text for accessibility.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
68-68: Bare URL used
null(MD034, no-bare-urls)
74-74
: Avoid inline HTML<span>
in tables
The row styling uses<span>
tags, which markdownlint flags (MD033). It’s better to drop inline HTML or move styling into a CSS class in your site template.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
78-99
: Declare fenced code block languages
Multiple code fences (logs and link info) are missing language identifiers (e.g.,bash or
text). Adding the appropriate language specifier will enable proper syntax highlighting and satisfy MD040.Also applies to: 103-123, 127-131, 145-166, 170-190, 194-198, 213-234, 238-258, 262-269, 283-304, 306-328, 330-339, 354-374, 377-399, 401-410, 425-446, 448-470, 472-481, 495-516, 518-540, 542-550, 563-586, 589-610, 613-621, 633-656, 658-680, 682-690, 705-726, 728-749, 752-760, 775-796, 798-819, 821-830
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
78-78: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
68-68: Bare URL used
null
(MD034, no-bare-urls)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
78-78: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
103-103: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
127-127: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
135-135: Bare URL used
null
(MD034, no-bare-urls)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
145-145: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
170-170: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
194-194: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
200-200: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
201-201: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
203-203: Bare URL used
null
(MD034, no-bare-urls)
205-205: Inline HTML
Element: span
(MD033, no-inline-html)
209-209: Inline HTML
Element: span
(MD033, no-inline-html)
209-209: Inline HTML
Element: span
(MD033, no-inline-html)
209-209: Inline HTML
Element: span
(MD033, no-inline-html)
209-209: Inline HTML
Element: span
(MD033, no-inline-html)
213-213: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
238-238: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
262-262: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
273-273: Bare URL used
null
(MD034, no-bare-urls)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Inline HTML
Element: span
(MD033, no-inline-html)
283-283: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
308-308: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
332-332: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
344-344: Bare URL used
null
(MD034, no-bare-urls)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
354-354: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
379-379: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
403-403: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
412-412: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
413-413: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
415-415: Bare URL used
null
(MD034, no-bare-urls)
417-417: Inline HTML
Element: span
(MD033, no-inline-html)
421-421: Inline HTML
Element: span
(MD033, no-inline-html)
421-421: Inline HTML
Element: span
(MD033, no-inline-html)
421-421: Inline HTML
Element: span
(MD033, no-inline-html)
421-421: Inline HTML
Element: span
(MD033, no-inline-html)
425-425: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
450-450: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
474-474: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
485-485: Bare URL used
null
(MD034, no-bare-urls)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Inline HTML
Element: span
(MD033, no-inline-html)
495-495: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
520-520: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
544-544: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
555-555: Bare URL used
null
(MD034, no-bare-urls)
557-557: Inline HTML
Element: span
(MD033, no-inline-html)
561-561: Inline HTML
Element: span
(MD033, no-inline-html)
561-561: Inline HTML
Element: span
(MD033, no-inline-html)
561-561: Inline HTML
Element: span
(MD033, no-inline-html)
561-561: Inline HTML
Element: span
(MD033, no-inline-html)
565-565: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
590-590: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
614-614: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
625-625: Bare URL used
null
(MD034, no-bare-urls)
627-627: Inline HTML
Element: span
(MD033, no-inline-html)
631-631: Inline HTML
Element: span
(MD033, no-inline-html)
631-631: Inline HTML
Element: span
(MD033, no-inline-html)
631-631: Inline HTML
Element: span
(MD033, no-inline-html)
631-631: Inline HTML
Element: span
(MD033, no-inline-html)
635-635: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
660-660: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
684-684: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
695-695: Bare URL used
null
(MD034, no-bare-urls)
697-697: Inline HTML
Element: span
(MD033, no-inline-html)
701-701: Inline HTML
Element: span
(MD033, no-inline-html)
701-701: Inline HTML
Element: span
(MD033, no-inline-html)
701-701: Inline HTML
Element: span
(MD033, no-inline-html)
701-701: Inline HTML
Element: span
(MD033, no-inline-html)
705-705: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
730-730: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
754-754: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
765-765: Bare URL used
null
(MD034, no-bare-urls)
767-767: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
775-775: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
800-800: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
824-824: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
491a568
to
7c2f002
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (4)
docs/WifiPerformance.md (4)
68-68
: Replace HTML<img>
tags with Markdown syntax.
For consistency and better Markdown processing, convert raw<img>
elements to the
form.
Example:- <img src="https://stuff.armbian.com/netbox/media/devicetype-images/RTL8814AU.png"> + Also applies to: 135-135, 202-202, 269-269, 340-340, 410-410, 481-481, 553-553, 622-622
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
68-68: Bare URL used
null(MD034, no-bare-urls)
78-93
: Specify fenced code block language.
Mark your iperf3 log fences with a language identifier (e.g.,text
orconsole
) to satisfy MD040 and improve syntax highlighting:```text Connecting to host … … iperf Done.Also applies to: 103-123, 127-131 <details> <summary>🧰 Tools</summary> <details> <summary>🪛 markdownlint-cli2 (0.17.2)</summary> 78-78: Fenced code blocks should have a language specified null (MD040, fenced-code-language) </details> </details> --- `70-70`: **Avoid inline HTML `<span>` for styling.** Use Markdown formatting or centralized CSS instead of inline `<span>` tags. For example: ```diff - <span style="font-size: 0.5rem;">OS: Armbian v25.2.3, 6.12.22-current-x86</span> + *OS: Armbian v25.2.3, 6.12.22-current-x86*
Also applies to: 74-74, 137-137, 141-141
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
70-70: Inline HTML
Element: span(MD033, no-inline-html)
65-65
: Surround headings with blank lines.
Insert blank lines above and below each heading to comply with MD022 and enhance readability:- ### AC + + ### AC +Also applies to: 337-337, 549-549
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
68-68: Bare URL used
null
(MD034, no-bare-urls)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
78-78: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
103-103: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
127-127: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
135-135: Bare URL used
null
(MD034, no-bare-urls)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
145-145: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
170-170: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
194-194: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
202-202: Bare URL used
null
(MD034, no-bare-urls)
204-204: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
212-212: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
237-237: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
261-261: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
269-269: Bare URL used
null
(MD034, no-bare-urls)
271-271: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
304-304: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
328-328: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
337-337: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
338-338: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
340-340: Bare URL used
null
(MD034, no-bare-urls)
342-342: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
375-375: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
399-399: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
410-410: Bare URL used
null
(MD034, no-bare-urls)
412-412: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
445-445: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
469-469: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
481-481: Bare URL used
null
(MD034, no-bare-urls)
483-483: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
516-516: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
540-540: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
549-549: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
550-550: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
552-552: Bare URL used
null
(MD034, no-bare-urls)
554-554: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
562-562: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
587-587: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
611-611: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
622-622: Bare URL used
null
(MD034, no-bare-urls)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
632-632: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
657-657: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
681-681: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
🔇 Additional comments (1)
docs/WifiPerformance.md (1)
63-66
: Good reorganization by wireless class.
The new sections grouping adapters under “AC”, “AX”, and “N” improve readability and align perfectly with the PR objectives of reorganizing test results.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
7c2f002
to
ced3574
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
♻️ Duplicate comments (2)
docs/WifiPerformance.md (2)
103-123
: ‹duplicate› Specify fenced code block languages
This is the same issue noted above for the first iperf3 log block. Please add language hints (e.g.,text,
bash) to all remaining code fences.Also applies to: 145-164, 167-190, 192-196, 278-297, 300-324, 326-331, 350-371, 373-395, 397-405, 420-441, 443-465, 467-476, 490-510, 512-536, 538-547, 562-583, 585-607, 609-618, 632-653, 655-677, 679-688, 703-723, 725-747, 749-758, 763-793, 795-817, 819-828, 831-863, 865-887, 889-898
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
103-103: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
133-133
: Heading name mismatch persists
The subheading “Realtek 8811AU” still conflicts with the image filename and chipset label “RTL8812AU”. Please update the heading to “Realtek 8812AU” or clarify the discrepancy.
🧹 Nitpick comments (4)
docs/WifiPerformance.md (4)
65-66
: Add blank lines around section headings
Per markdownlint (MD022), ensure there is at least one blank line before and after headings like### AC
and#### Realtek 8814AU
to improve readability and parsing.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
68-68
: Replace inline HTML<img>
tags with markdown images + alt text
Inline HTML images bypass markdown’s built-in support and lack alt attributes for accessibility. For example:-<img src=https://stuff.armbian.com/.../RTL8814AU.png> +Apply this across all image lines to improve portability and accessibility.
Also applies to: 135-135, 202-202, 269-269, 340-340, 410-410, 481-481, 552-552, 622-622, 692-692, 763-763, 832-832, 902-902
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
68-68: Bare URL used
null(MD034, no-bare-urls)
70-70
: Remove inline HTML<span>
styling in tables
The<span style="font-size:...">
tags are unnecessary and break markdown portability. Instead, use plain text or define CSS classes globally. For example:-|<span style="font-size: 1.5rem;">RTL8814AU</span> +|RTL8814AUApply this simplification to all styled table cells.
Also applies to: 74-74, 141-141, 208-208, 275-275, 346-346, 416-416, 487-487, 558-558, 628-628, 698-698, 768-768, 838-838
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
70-70: Inline HTML
Element: span(MD033, no-inline-html)
78-99
: Specify a fenced code block language
The iperf3 logs are enclosed in triple backticks without a language. Add a hint (e.g.,text or
bash) for proper syntax highlighting and accessibility.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
78-78: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
68-68: Bare URL used
null
(MD034, no-bare-urls)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
78-78: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
103-103: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
127-127: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
135-135: Bare URL used
null
(MD034, no-bare-urls)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
145-145: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
170-170: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
194-194: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
202-202: Bare URL used
null
(MD034, no-bare-urls)
204-204: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
212-212: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
237-237: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
261-261: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
269-269: Bare URL used
null
(MD034, no-bare-urls)
271-271: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
304-304: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
328-328: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
337-337: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
338-338: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
340-340: Bare URL used
null
(MD034, no-bare-urls)
342-342: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
375-375: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
399-399: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
410-410: Bare URL used
null
(MD034, no-bare-urls)
412-412: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
445-445: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
469-469: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
481-481: Bare URL used
null
(MD034, no-bare-urls)
483-483: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
516-516: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
540-540: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
549-549: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
550-550: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
552-552: Bare URL used
null
(MD034, no-bare-urls)
554-554: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
562-562: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
587-587: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
611-611: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
622-622: Bare URL used
null
(MD034, no-bare-urls)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
632-632: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
657-657: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
681-681: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
692-692: Bare URL used
null
(MD034, no-bare-urls)
694-694: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
702-702: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
727-727: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
751-751: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
762-762: Bare URL used
null
(MD034, no-bare-urls)
764-764: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
772-772: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
797-797: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
821-821: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
832-832: Bare URL used
null
(MD034, no-bare-urls)
834-834: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
842-842: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
867-867: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
891-891: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
902-902: Bare URL used
null
(MD034, no-bare-urls)
904-904: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
912-912: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
937-937: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
961-961: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
🔇 Additional comments (1)
docs/WifiPerformance.md (1)
63-64
: Introduction text looks good
The new description under Devices Under Tests clearly outlines the scope and context of the performance results.
ced3574
to
5c0963f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
♻️ Duplicate comments (1)
docs/WifiPerformance.md (1)
133-141
: Heading mismatch: Realtek 8811AU vs RTL8812AU
The subheading “#### Realtek 8811AU” conflicts with the image filename and table chipset value “RTL8812AU.” Please update the heading to “Realtek RTL8812AU” (or simply “RTL8812AU”) for consistency.Also convert the
<img>
tag to markdown image syntax (e.g.,
) and remove inline<span>
tags in the table.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
135-135: Bare URL used
null(MD034, no-bare-urls)
137-137: Inline HTML
Element: span(MD033, no-inline-html)
141-141: Inline HTML
Element: span(MD033, no-inline-html)
141-141: Inline HTML
Element: span(MD033, no-inline-html)
141-141: Inline HTML
Element: span(MD033, no-inline-html)
141-141: Inline HTML
Element: span(MD033, no-inline-html)
🧹 Nitpick comments (5)
docs/WifiPerformance.md (5)
63-66
: Add blank lines around new section and class headings
The descriptive line and the new “### AC” subsection heading aren’t surrounded by blank lines, which can break markdown rendering and violates MD022 (blanks-around-headings). Please insert an empty line before and after these headings for consistent formatting.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
74-74
: Remove inline HTML<span>
from table cells
The<span style="font-size: 1.5rem;">…</span>
wrappers in this table row add unsupported HTML styling and trigger MD033. Simplify to plain text or use markdown (e.g., RTL8814AU, AC, 72.7 Mbits/sec, 272 Mbits/sec) for compatibility and readability.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
74-74: Inline HTML
Element: span(MD033, no-inline-html)
78-78
: Specify language for fenced iperf3 output
This code fence (```
) lacks a language tag (e.g.,console or
shell), triggering MD040. Add a language specifier to improve syntax highlighting. Apply this to all similar iperf3 output blocks.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
78-78: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
200-208
: Simplify table styling in RTL8812AU section
This table still uses<span>
wrappers for chipset, class, and speed values, triggering MD033. Please strip out the inline HTML and present these values as plain text or markdown (e.g., RTL8812AU, AC, 64.4 Mbits/sec, 113 Mbits/sec).🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
202-202: Bare URL used
null(MD034, no-bare-urls)
204-204: Inline HTML
Element: span(MD033, no-inline-html)
208-208: Inline HTML
Element: span(MD033, no-inline-html)
208-208: Inline HTML
Element: span(MD033, no-inline-html)
208-208: Inline HTML
Element: span(MD033, no-inline-html)
208-208: Inline HTML
Element: span(MD033, no-inline-html)
337-338
: Add blank lines around AX class heading
Both the “### AX” and its first device heading “#### Intel AX200” lack surrounding blank lines, which can affect rendering (MD022). Please insert an empty line above and below these headings for consistency with the N and AC sections.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
337-337: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
338-338: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
66-66: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
68-68: Bare URL used
null
(MD034, no-bare-urls)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
74-74: Inline HTML
Element: span
(MD033, no-inline-html)
78-78: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
103-103: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
127-127: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
135-135: Bare URL used
null
(MD034, no-bare-urls)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
141-141: Inline HTML
Element: span
(MD033, no-inline-html)
145-145: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
170-170: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
194-194: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
202-202: Bare URL used
null
(MD034, no-bare-urls)
204-204: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
208-208: Inline HTML
Element: span
(MD033, no-inline-html)
212-212: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
237-237: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
261-261: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
269-269: Bare URL used
null
(MD034, no-bare-urls)
271-271: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
279-279: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
304-304: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
328-328: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
337-337: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
338-338: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
340-340: Bare URL used
null
(MD034, no-bare-urls)
342-342: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
346-346: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
375-375: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
399-399: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
410-410: Bare URL used
null
(MD034, no-bare-urls)
412-412: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
416-416: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
445-445: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
469-469: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
481-481: Bare URL used
null
(MD034, no-bare-urls)
483-483: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
491-491: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
516-516: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
540-540: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
549-549: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
550-550: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
552-552: Bare URL used
null
(MD034, no-bare-urls)
554-554: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
562-562: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
587-587: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
611-611: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
622-622: Bare URL used
null
(MD034, no-bare-urls)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
628-628: Inline HTML
Element: span
(MD033, no-inline-html)
632-632: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
657-657: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
681-681: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
692-692: Bare URL used
null
(MD034, no-bare-urls)
694-694: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
698-698: Inline HTML
Element: span
(MD033, no-inline-html)
702-702: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
727-727: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
751-751: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
762-762: Bare URL used
null
(MD034, no-bare-urls)
764-764: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
768-768: Inline HTML
Element: span
(MD033, no-inline-html)
772-772: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
797-797: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
821-821: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
832-832: Bare URL used
null
(MD034, no-bare-urls)
834-834: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Inline HTML
Element: span
(MD033, no-inline-html)
842-842: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
867-867: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
891-891: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
902-902: Bare URL used
null
(MD034, no-bare-urls)
904-904: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
908-908: Inline HTML
Element: span
(MD033, no-inline-html)
912-912: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
937-937: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
961-961: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
🔇 Additional comments (1)
docs/WifiPerformance.md (1)
620-628
: AI summary inconsistency: device renaming for Alfa RT3572
The AI summary indicated the device should be renamed from “Alfa RT3572” to “RT3572,” but the heading still reads “#### Alfa RT3572.” If you intend to keep the vendor prefix, please update the summary; otherwise, adjust the heading to match (“RT3572”).Also remove any
<span>
tags in the table to address MD033.Likely an incorrect or invalid review comment.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
622-622: Bare URL used
null(MD034, no-bare-urls)
624-624: Inline HTML
Element: span(MD033, no-inline-html)
628-628: Inline HTML
Element: span(MD033, no-inline-html)
628-628: Inline HTML
Element: span(MD033, no-inline-html)
628-628: Inline HTML
Element: span(MD033, no-inline-html)
628-628: Inline HTML
Element: span(MD033, no-inline-html)
docs/WifiPerformance.md
Outdated
### N | ||
#### Realtek 8188CUS | ||
|
||
<img src=https://stuff.armbian.com/netbox/media/devicetype-images/AR9271.png> | ||
<img src=https://stuff.armbian.com/netbox/media/devicetype-images/RTL8192CU.png> | ||
|
||
<span style="font-size: 0.5rem;">OS: Armbian v25.2.3, 6.12.22-current-x86</span> | ||
|
||
| Chipset | Class | Average forward speed | Average reverse speed | | ||
|:-----|------|-------:|-------:| | ||
|<span style="font-size: 1.5rem;">AR9271</span> | <span style="font-size: 1.5rem;">N</span> | <span style="font-size: 1.5rem;">57.9</span> Mbits/sec | <span style="font-size: 1.5rem;">52.4</span> Mbits/sec | | ||
|<span style="font-size: 1.5rem;">RTL8192CU</span> | <span style="font-size: 1.5rem;">N</span> | <span style="font-size: 1.5rem;">42.5</span> Mbits/sec | <span style="font-size: 1.5rem;">35.1</span> Mbits/sec | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heading mismatch & missing blank line in N-class section
The subsection “#### Realtek 8188CUS” conflicts with the chipset “RTL8192CU” shown in the table. Rename the heading to “Realtek RTL8192CU” (or “RTL8192CU”).
Additionally, ensure there’s an empty line before this heading (MD022) and strip out the <span>
styling in the table row.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
549-549: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
550-550: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
552-552: Bare URL used
null
(MD034, no-bare-urls)
554-554: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
558-558: Inline HTML
Element: span
(MD033, no-inline-html)
🤖 Prompt for AI Agents (early access)
In docs/WifiPerformance.md around lines 549 to 558, rename the subsection
heading from "Realtek 8188CUS" to "Realtek RTL8192CU" to match the chipset in
the table. Add a blank line before this heading to comply with markdown
formatting rules. Remove all <span> tags and their styling from the table row to
simplify the markup and improve readability.
docs/WifiPerformance.md
Outdated
#### EDUP EP-AC1681 | ||
|
||
<img src=https://stuff.armbian.com/netbox/media/devicetype-images/AX200.png> | ||
<img src=https://stuff.armbian.com/netbox/media/devicetype-images/RTL88x2BU.png> | ||
|
||
<span style="font-size: 0.5rem;">OS: Armbian v25.2.2, 6.12.15-current-rockchip64</span> | ||
<span style="font-size: 0.5rem;">OS: Armbian v25.2.3, 6.12.22-current-x86</span> | ||
|
||
| Chipset | Class | Average forward speed | Average reverse speed | | ||
|:-----|------|-------:|-------:| | ||
|<span style="font-size: 1.5rem;">AX200</span> | <span style="font-size: 1.5rem;">AX</span> | <span style="font-size: 1.5rem;">904</span> Mbits/sec | <span style="font-size: 1.5rem;">706</span> Mbits/sec | | ||
|<span style="font-size: 1.5rem;">RTL88x2BU</span> | <span style="font-size: 1.5rem;">AC</span> | <span style="font-size: 1.5rem;">52.5</span> Mbits/sec | <span style="font-size: 1.5rem;">60.2</span> Mbits/sec | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heading mismatch: EDUP EP-AC1681 vs RTL88x2BU
The section title “#### EDUP EP-AC1681” doesn’t match the chipset “RTL88x2BU” used in the table and image. Update the heading to “RTL88x2BU” (or “EDUP RTL88x2BU”) to accurately reflect the hardware.
Additionally, convert the <img>
HTML tag to markdown syntax and remove <span>
styling in the table to address MD033/MD034.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
269-269: Bare URL used
null
(MD034, no-bare-urls)
271-271: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
275-275: Inline HTML
Element: span
(MD033, no-inline-html)
🤖 Prompt for AI Agents (early access)
In docs/WifiPerformance.md around lines 267 to 275, the section heading "EDUP
EP-AC1681" does not match the chipset "RTL88x2BU" shown in the table and image.
Change the heading to "RTL88x2BU" or "EDUP RTL88x2BU" for accuracy. Also,
replace the HTML <img> tag with markdown image syntax and remove all <span> tags
and inline styling from the table to comply with markdown lint rules MD033 and
MD034.
5c0963f
to
5003f71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
♻️ Duplicate comments (2)
docs/WifiPerformance.md (2)
65-65
: Heading mismatch: EDUP EP-AC1681 vs chipset RTL88x2BU.
The subsection title “EDUP EP-AC1681” conflicts with the chipset value “RTL88x2BU” shown in the table. Please rename to “EDUP RTL88x2BU” or simply “RTL88x2BU” for consistency.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
125-131
: Heading name mismatch: Realtek 8811AU vs RTL8812AU chipset.
The heading “Realtek 8811AU” does not match the chipset “RTL8812AU” in the table. Update to “Realtek RTL8812AU” or “RTL8812AU” for accuracy.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
125-125: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
125-125: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
126-126: Bare URL used
null(MD034, no-bare-urls)
127-127: Inline HTML
Element: span(MD033, no-inline-html)
128-128: Tables should be surrounded by blank lines
null(MD058, blanks-around-tables)
130-130: Inline HTML
Element: span(MD033, no-inline-html)
130-130: Inline HTML
Element: span(MD033, no-inline-html)
130-130: Inline HTML
Element: span(MD033, no-inline-html)
130-130: Inline HTML
Element: span(MD033, no-inline-html)
131-131: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing leading pipe(MD055, table-pipe-style)
131-131: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing trailing pipe(MD055, table-pipe-style)
131-131: Table column count
Expected: 4; Actual: 1; Too few cells, row will be missing data(MD056, table-column-count)
131-131: Tables should be surrounded by blank lines
null(MD058, blanks-around-tables)
🧹 Nitpick comments (3)
docs/WifiPerformance.md (3)
66-66
: Convert HTML<img>
to Markdown image syntax.
To improve Markdown portability and linting, replace raw HTML tags with
for all device images.Also applies to: 182-182, 241-241, 301-301
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
66-66: Bare URL used
null(MD034, no-bare-urls)
70-70
: Remove inline<span>
styling in tables.
Inline HTML styling (<span style="…">
) adds noise and breaks lint rules. Use plain text or a consistent styling approach without inlined HTML.Also applies to: 130-130, 187-187, 245-245, 305-305
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
70-70: Inline HTML
Element: span(MD033, no-inline-html)
70-70: Inline HTML
Element: span(MD033, no-inline-html)
70-70: Inline HTML
Element: span(MD033, no-inline-html)
70-70: Inline HTML
Element: span(MD033, no-inline-html)
72-93
: Specify fenced code block language and add surrounding blank lines.
All code blocks (iperf3 logs, link info) should declare a language (e.g., ````bash``) and have blank lines before and after the fence to satisfy MD040/MD031. This will improve readability and pass lint checks.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
72-72: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
72-72: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
93-93: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
66-66: Bare URL used
null
(MD034, no-bare-urls)
67-67: Inline HTML
Element: span
(MD033, no-inline-html)
68-68: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
70-70: Inline HTML
Element: span
(MD033, no-inline-html)
71-71: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing leading pipe
(MD055, table-pipe-style)
71-71: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing trailing pipe
(MD055, table-pipe-style)
71-71: Table column count
Expected: 4; Actual: 1; Too few cells, row will be missing data
(MD056, table-column-count)
71-71: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
72-72: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
72-72: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
93-93: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
95-95: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
95-95: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
115-115: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
117-117: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
117-117: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
124-124: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
125-125: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
125-125: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
126-126: Bare URL used
null
(MD034, no-bare-urls)
127-127: Inline HTML
Element: span
(MD033, no-inline-html)
128-128: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
130-130: Inline HTML
Element: span
(MD033, no-inline-html)
130-130: Inline HTML
Element: span
(MD033, no-inline-html)
130-130: Inline HTML
Element: span
(MD033, no-inline-html)
130-130: Inline HTML
Element: span
(MD033, no-inline-html)
131-131: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing leading pipe
(MD055, table-pipe-style)
131-131: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing trailing pipe
(MD055, table-pipe-style)
131-131: Table column count
Expected: 4; Actual: 1; Too few cells, row will be missing data
(MD056, table-column-count)
131-131: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
132-132: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
132-132: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
153-153: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
155-155: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
155-155: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
175-175: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
177-177: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
177-177: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
181-181: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
182-182: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
182-182: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
183-183: Bare URL used
null
(MD034, no-bare-urls)
184-184: Inline HTML
Element: span
(MD033, no-inline-html)
185-185: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
187-187: Inline HTML
Element: span
(MD033, no-inline-html)
187-187: Inline HTML
Element: span
(MD033, no-inline-html)
187-187: Inline HTML
Element: span
(MD033, no-inline-html)
187-187: Inline HTML
Element: span
(MD033, no-inline-html)
188-188: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing leading pipe
(MD055, table-pipe-style)
188-188: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing trailing pipe
(MD055, table-pipe-style)
188-188: Table column count
Expected: 4; Actual: 1; Too few cells, row will be missing data
(MD056, table-column-count)
188-188: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
189-189: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
189-189: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
210-210: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
212-212: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
212-212: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
232-232: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
234-234: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
234-234: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
238-238: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
239-239: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
239-239: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
240-240: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
240-240: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
241-241: Bare URL used
null
(MD034, no-bare-urls)
242-242: Inline HTML
Element: span
(MD033, no-inline-html)
243-243: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
245-245: Inline HTML
Element: span
(MD033, no-inline-html)
245-245: Inline HTML
Element: span
(MD033, no-inline-html)
245-245: Inline HTML
Element: span
(MD033, no-inline-html)
245-245: Inline HTML
Element: span
(MD033, no-inline-html)
246-246: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing leading pipe
(MD055, table-pipe-style)
246-246: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing trailing pipe
(MD055, table-pipe-style)
246-246: Table column count
Expected: 4; Actual: 1; Too few cells, row will be missing data
(MD056, table-column-count)
246-246: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
247-247: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
247-247: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
268-268: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
270-270: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
270-270: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
290-290: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
292-292: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
292-292: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
299-299: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
300-300: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
300-300: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
301-301: Bare URL used
null
(MD034, no-bare-urls)
302-302: Inline HTML
Element: span
(MD033, no-inline-html)
303-303: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
305-305: Inline HTML
Element: span
(MD033, no-inline-html)
305-305: Inline HTML
Element: span
(MD033, no-inline-html)
305-305: Inline HTML
Element: span
(MD033, no-inline-html)
305-305: Inline HTML
Element: span
(MD033, no-inline-html)
306-306: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing leading pipe
(MD055, table-pipe-style)
306-306: Table pipe style
Expected: leading_and_trailing; Actual: no_leading_or_trailing; Missing trailing pipe
(MD055, table-pipe-style)
306-306: Table column count
Expected: 4; Actual: 1; Too few cells, row will be missing data
(MD056, table-column-count)
306-306: Tables should be surrounded by blank lines
null
(MD058, blanks-around-tables)
307-307: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
307-307: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
328-328: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
330-330: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
330-330: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
350-350: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
352-352: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
352-352: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
🔇 Additional comments (6)
docs/WifiPerformance.md (6)
62-63
: Updated section introduction and test date link are clear and accurate.The new description and updated “Test Date” link correctly reflect the latest test run.
64-64
: Grouping under “AC” class improves readability.Listing all 802.11ac devices under a single "AC" heading is a clear, logical organization.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
182-182
: Correct heading for Realtek 8812AU is consistent.
The subsection “Realtek 8812AU” now correctly matches the chipset identifier.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
182-182: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
182-182: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
239-239
: Grouping under “AX” class is well-structured.
Consolidating all Wi-Fi 6/6E adapters under a single “AX” heading improves document organization.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
239-239: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
239-239: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
240-240
: Intel AX200 heading is clear and accurate.
The subsection title matches the device and chipset, aligning with the new grouping.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
240-240: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
240-240: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
300-300
: Realtek 8852BE heading is consistent.
The subsection title accurately reflects the chipset and follows the “AX” grouping.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
300-300: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
300-300: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below(MD022, blanks-around-headings)
5003f71
to
092614d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
♻️ Duplicate comments (2)
docs/WifiPerformance.md (2)
99-104
: Apply the same fenced-block formatting to reverse-mode tests.
Reverse-mode iperf3 logs also need blank lines around the fences and a language specifier.Also applies to: 163-167, 224-228, 285-289, 347-351, 410-415, 475-479, 541-545, 605-609, 669-673, 797-801, 861-865
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
99-99: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
99-99: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
121-125
: Format the “Wireless link info” fences properly.
These information blocks require the same treatment: blank lines around the fence and a language identifier to comply with MD031/MD040.Also applies to: 185-188, 246-249, 307-308, 369-371, 433-435, 497-499, 561-563, 627-629, 691-693, 755-757, 819-821
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
121-121: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
121-121: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
🧹 Nitpick comments (6)
docs/WifiPerformance.md (6)
62-64
: Improve spacing around the Devices Under Tests intro.
The lines introducing the Devices Under Tests section should be surrounded by blank lines to enhance readability and satisfy MD022 (headings should be surrounded by blank lines).🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
64-64
: Surround major section headings with blank lines.
Headings like### AC
,### AX
, and### N
must each have at least one blank line before and after to comply with markdown lint rule MD022.Also applies to: 312-312, 506-506
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
66-69
: Replace inline HTML (<img>
/<span>
) with markdown.
Across all device subsections, the raw<img>
tags and<span>
elements introduce styling complications and violate MD033. Convert them to pure markdown, e.g.:- <img src="https://stuff.armbian.com/.../RTL88x2BU.png"> - <span style="font-size: 0.5rem;">OS: Armbian v25.2.3, 6.12.22-current-x86</span> +  + OS: Armbian v25.2.3, 6.12.22-current-x86This improves accessibility (alt text) and maintainability.
Also applies to: 130-133, 191-194, 252-255, 314-317, 378-381, 442-445, 508-511, 572-575, 636-639, 764-767, 828-831
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
68-68: Bare URL used
null(MD034, no-bare-urls)
69-69: Inline HTML
Element: span(MD033, no-inline-html)
73-73
: Strip out<span>
styling in table rows.
Inline<span>
tags in the performance table should be removed. Use plain cell content:| RTL88x2BU | AC | 53.4 Mbits/sec | 65.5 Mbits/sec |This addresses MD033 and simplifies the markup.
Also applies to: 137-137, 198-198, 259-259, 321-321, 385-385, 449-449, 515-515, 579-579, 643-643, 771-771, 835-835
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
75-80
: Add blank lines and language identifiers to fenced code blocks (forward tests).
Each forward-test iperf3 block should:
- Be surrounded by an empty line before and after (MD031).
- Specify a language (e.g.,
bash or
text) to satisfy MD040.Example:
- === "Forward mode (client to server)" - ``` + === "Forward mode (client to server)" + + ```bash Connecting to host 10.0.60.10, port 5201 ... + ```Also applies to: 140-145, 201-206, 262-267, 324-329, 387-392, 452-457, 518-523, 582-587, 646-651, 774-779, 838-843
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
76-76: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
76-76: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
68-68
: Convert bare URLs to markdown link syntax.
Replace bare URLs in table images or other contexts with[alt text](URL)
to satisfy MD034 and improve link clarity.Also applies to: 132-132, 193-193, 254-254, 316-316, 380-380, 444-444, 510-510, 574-574, 638-638, 767-767, 830-830
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
68-68: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
68-68: Bare URL used
null
(MD034, no-bare-urls)
69-69: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
76-76: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
76-76: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
97-97: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
99-99: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
99-99: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
119-119: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
121-121: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
121-121: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
132-132: Bare URL used
null
(MD034, no-bare-urls)
133-133: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
140-140: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
140-140: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
161-161: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
163-163: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
163-163: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
183-183: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
185-185: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
185-185: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
193-193: Bare URL used
null
(MD034, no-bare-urls)
194-194: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
201-201: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
201-201: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
222-222: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
224-224: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
224-224: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
244-244: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
246-246: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
246-246: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
254-254: Bare URL used
null
(MD034, no-bare-urls)
255-255: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
262-262: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
262-262: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
283-283: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
285-285: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
285-285: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
305-305: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
307-307: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
307-307: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
311-311: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
312-312: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
316-316: Bare URL used
null
(MD034, no-bare-urls)
317-317: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
324-324: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
324-324: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
345-345: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
347-347: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
347-347: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
367-367: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
369-369: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
369-369: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
380-380: Bare URL used
null
(MD034, no-bare-urls)
381-381: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
388-388: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
388-388: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
409-409: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
411-411: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
411-411: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
431-431: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
433-433: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
433-433: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
444-444: Bare URL used
null
(MD034, no-bare-urls)
445-445: Inline HTML
Element: span
(MD033, no-inline-html)
449-449: Inline HTML
Element: span
(MD033, no-inline-html)
449-449: Inline HTML
Element: span
(MD033, no-inline-html)
449-449: Inline HTML
Element: span
(MD033, no-inline-html)
449-449: Inline HTML
Element: span
(MD033, no-inline-html)
452-452: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
452-452: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
473-473: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
475-475: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
475-475: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
495-495: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
497-497: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
497-497: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
505-505: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
506-506: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
510-510: Bare URL used
null
(MD034, no-bare-urls)
511-511: Inline HTML
Element: span
(MD033, no-inline-html)
515-515: Inline HTML
Element: span
(MD033, no-inline-html)
515-515: Inline HTML
Element: span
(MD033, no-inline-html)
515-515: Inline HTML
Element: span
(MD033, no-inline-html)
515-515: Inline HTML
Element: span
(MD033, no-inline-html)
518-518: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
518-518: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
539-539: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
541-541: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
541-541: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
561-561: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
563-563: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
563-563: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
574-574: Bare URL used
null
(MD034, no-bare-urls)
575-575: Inline HTML
Element: span
(MD033, no-inline-html)
579-579: Inline HTML
Element: span
(MD033, no-inline-html)
579-579: Inline HTML
Element: span
(MD033, no-inline-html)
579-579: Inline HTML
Element: span
(MD033, no-inline-html)
579-579: Inline HTML
Element: span
(MD033, no-inline-html)
582-582: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
582-582: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
603-603: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
605-605: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
605-605: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
625-625: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
627-627: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
627-627: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
638-638: Bare URL used
null
(MD034, no-bare-urls)
639-639: Inline HTML
Element: span
(MD033, no-inline-html)
643-643: Inline HTML
Element: span
(MD033, no-inline-html)
643-643: Inline HTML
Element: span
(MD033, no-inline-html)
643-643: Inline HTML
Element: span
(MD033, no-inline-html)
643-643: Inline HTML
Element: span
(MD033, no-inline-html)
646-646: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
646-646: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
667-667: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
669-669: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
669-669: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
689-689: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
691-691: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
691-691: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
702-702: Bare URL used
null
(MD034, no-bare-urls)
703-703: Inline HTML
Element: span
(MD033, no-inline-html)
707-707: Inline HTML
Element: span
(MD033, no-inline-html)
707-707: Inline HTML
Element: span
(MD033, no-inline-html)
707-707: Inline HTML
Element: span
(MD033, no-inline-html)
707-707: Inline HTML
Element: span
(MD033, no-inline-html)
710-710: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
710-710: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
731-731: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
733-733: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
733-733: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
753-753: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
755-755: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
755-755: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
766-766: Bare URL used
null
(MD034, no-bare-urls)
767-767: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
771-771: Inline HTML
Element: span
(MD033, no-inline-html)
774-774: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
774-774: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
795-795: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
797-797: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
797-797: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
817-817: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
819-819: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
819-819: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
830-830: Bare URL used
null
(MD034, no-bare-urls)
831-831: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
838-838: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
838-838: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
859-859: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
861-861: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
861-861: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
881-881: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
883-883: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
883-883: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
092614d
to
b4924cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🔭 Outside diff range comments (1)
docs/WifiPerformance.md (1)
412-420
:⚠️ Potential issueHeading mismatch: “Realtek 8811AU” vs chipset “RTL8812AU”
The subsection heading “Realtek 8811AU” conflicts with the table’s chipset entry “RTL8812AU”. Rename the section heading to “Realtek RTL8812AU” (or “RTL8812AU”) for accuracy.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
414-414: Bare URL used
null(MD034, no-bare-urls)
416-416: Inline HTML
Element: span(MD033, no-inline-html)
420-420: Inline HTML
Element: span(MD033, no-inline-html)
420-420: Inline HTML
Element: span(MD033, no-inline-html)
420-420: Inline HTML
Element: span(MD033, no-inline-html)
420-420: Inline HTML
Element: span(MD033, no-inline-html)
🧹 Nitpick comments (2)
docs/WifiPerformance.md (2)
8-8
: Use Markdown spacing instead of<br>
Inline HTML tags like<br>
break Markdown lint rules and can hurt readability. Replace this with a blank line (or proper Markdown formatting) to separate content.
73-73
: Remove inline<span>
styling in table rows
The table cells use<span style="font-size: ...">
, which violates MD033 (no inline HTML). Convert these to plain Markdown (e.g., backticks or bold) or adjust the cell content directly.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(38 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
143-143: Inline HTML
Element: span
(MD033, no-inline-html)
143-143: Inline HTML
Element: span
(MD033, no-inline-html)
143-143: Inline HTML
Element: span
(MD033, no-inline-html)
143-143: Inline HTML
Element: span
(MD033, no-inline-html)
213-213: Inline HTML
Element: span
(MD033, no-inline-html)
213-213: Inline HTML
Element: span
(MD033, no-inline-html)
213-213: Inline HTML
Element: span
(MD033, no-inline-html)
213-213: Inline HTML
Element: span
(MD033, no-inline-html)
283-283: Inline HTML
Element: span
(MD033, no-inline-html)
283-283: Inline HTML
Element: span
(MD033, no-inline-html)
283-283: Inline HTML
Element: span
(MD033, no-inline-html)
283-283: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
350-350: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Inline HTML
Element: span
(MD033, no-inline-html)
420-420: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
487-487: Inline HTML
Element: span
(MD033, no-inline-html)
557-557: Inline HTML
Element: span
(MD033, no-inline-html)
557-557: Inline HTML
Element: span
(MD033, no-inline-html)
557-557: Inline HTML
Element: span
(MD033, no-inline-html)
557-557: Inline HTML
Element: span
(MD033, no-inline-html)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
624-624: Inline HTML
Element: span
(MD033, no-inline-html)
695-695: Inline HTML
Element: span
(MD033, no-inline-html)
695-695: Inline HTML
Element: span
(MD033, no-inline-html)
695-695: Inline HTML
Element: span
(MD033, no-inline-html)
695-695: Inline HTML
Element: span
(MD033, no-inline-html)
765-765: Inline HTML
Element: span
(MD033, no-inline-html)
765-765: Inline HTML
Element: span
(MD033, no-inline-html)
765-765: Inline HTML
Element: span
(MD033, no-inline-html)
765-765: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
835-835: Inline HTML
Element: span
(MD033, no-inline-html)
905-905: Inline HTML
Element: span
(MD033, no-inline-html)
905-905: Inline HTML
Element: span
(MD033, no-inline-html)
905-905: Inline HTML
Element: span
(MD033, no-inline-html)
905-905: Inline HTML
Element: span
(MD033, no-inline-html)
🔇 Additional comments (2)
docs/WifiPerformance.md (2)
64-64
: Test date update is correct
The "Test Date" has been updated to the new Actions run. This change improves traceability.
65-135
: Documentation structure mismatch with summary
The PR summary indicates that devices were reorganized under broad classes ("AC", "AX", "N"), but the document still uses individual device headings without class-level grouping. Please either introduce class-based section headers or update the summary to reflect the current structure.Likely an incorrect or invalid review comment.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
65-65: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
67-67: Bare URL used
null(MD034, no-bare-urls)
69-69: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
b4924cc
to
d9a2ef0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (25)
docs/WifiPerformance.md (25)
62-64
: Add blank line before the “### AC” heading
The heading at line 64 should be preceded by an empty line to comply with markdownlint rule MD022 (headings surrounded by blank lines) and improve readability.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
66-69
: Convert inline HTML to Markdown and remove<span>
styling
Replace the<img>
tag with standard Markdown image syntax and render OS details as plain or italic text instead of using a<span>
. For example:- #### EDUP EP-AC1681 - <img src="https://stuff.armbian.com/netbox/media/devicetype-images/RTL88x2BU.png"> - <span style="font-size: 0.5rem;">OS: Armbian v25.2.3, 6.12.22-current-x86</span> + #### EDUP EP-AC1681 +  + *OS: Armbian v25.2.3, 6.12.22-current-x86*🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
68-68: Bare URL used
null(MD034, no-bare-urls)
69-69: Inline HTML
Element: span(MD033, no-inline-html)
73-73
: Remove<span>
tags from table cells
The table row uses<span>
elements for styling. It's clearer to use plain text and rely on Markdown table syntax for alignment:- |<span style="font-size: 1.5rem;">RTL88x2BU</span> | <span style="font-size: 1.5rem;">AC</span> | <span style="font-size: 1.5rem;">163</span> Mbits/sec | <span style="font-size: 1.5rem;">269</span> Mbits/sec | + | RTL88x2BU | AC | 163 Mbits/sec | 269 Mbits/sec |🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
73-73: Inline HTML
Element: span(MD033, no-inline-html)
130-134
: Ensure blank line before heading & convert HTML
Precede the “#### Realtek 8811AU” heading with a blank line, convert the<img>
tag to Markdown, and render OS details without<span>
.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
132-132: Bare URL used
null(MD034, no-bare-urls)
133-133: Inline HTML
Element: span(MD033, no-inline-html)
137-137
: Remove<span>
styling from the table row
Use plain text for the chipset, class, and speeds.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
137-137: Inline HTML
Element: span(MD033, no-inline-html)
137-137: Inline HTML
Element: span(MD033, no-inline-html)
137-137: Inline HTML
Element: span(MD033, no-inline-html)
137-137: Inline HTML
Element: span(MD033, no-inline-html)
190-195
: Fix heading and HTML for Realtek 8812AU
Add a blank line before “#### Realtek 8812AU”, convert the<img>
tag to Markdown, and remove<span>
styling for OS details.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
193-193: Bare URL used
null(MD034, no-bare-urls)
194-194: Inline HTML
Element: span(MD033, no-inline-html)
198-198
: Remove<span>
tags in the table
Switch to plain-text values in the Markdown table.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
198-198: Inline HTML
Element: span(MD033, no-inline-html)
198-198: Inline HTML
Element: span(MD033, no-inline-html)
198-198: Inline HTML
Element: span(MD033, no-inline-html)
198-198: Inline HTML
Element: span(MD033, no-inline-html)
252-257
: Convert HTML to Markdown for RTL8814AU
Insert a blank line before “#### Realtek 8814AU”, use
for the image, and render OS info without<span>
.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
254-254: Bare URL used
null(MD034, no-bare-urls)
255-255: Inline HTML
Element: span(MD033, no-inline-html)
259-259
: Strip<span>
tags from the table
Adopt plain-text cells in the Markdown table.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
259-259: Inline HTML
Element: span(MD033, no-inline-html)
259-259: Inline HTML
Element: span(MD033, no-inline-html)
259-259: Inline HTML
Element: span(MD033, no-inline-html)
259-259: Inline HTML
Element: span(MD033, no-inline-html)
312-316
: Add blank line & convert HTML for Comfast CF953AX
Precede “#### Comfast CF953AX” with an empty line, swap out the<img>
tag for Markdown image syntax, and remove<span>
styling.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
312-312: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above(MD022, blanks-around-headings)
316-316: Bare URL used
null(MD034, no-bare-urls)
321-321
: Eliminate<span>
styling from the table
Use simple Markdown cells for “MT7921AU”, “AX”, and speeds.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
321-321: Inline HTML
Element: span(MD033, no-inline-html)
321-321: Inline HTML
Element: span(MD033, no-inline-html)
321-321: Inline HTML
Element: span(MD033, no-inline-html)
321-321: Inline HTML
Element: span(MD033, no-inline-html)
378-381
: Normalize HTML for Intel AX200
Insert a blank line before “#### Intel AX200”, convert the<img>
tag to Markdown, and render OS info without<span>
.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
380-380: Bare URL used
null(MD034, no-bare-urls)
381-381: Inline HTML
Element: span(MD033, no-inline-html)
385-385
: Remove<span>
tags from Intel AX200 table
Adopt plain-text Markdown table for chipset, class, and speeds.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
385-385: Inline HTML
Element: span(MD033, no-inline-html)
385-385: Inline HTML
Element: span(MD033, no-inline-html)
385-385: Inline HTML
Element: span(MD033, no-inline-html)
385-385: Inline HTML
Element: span(MD033, no-inline-html)
442-447
: Convert HTML for Alfa RT3572
Ensure a blank line before the heading, switch the<img>
to Markdown syntax, and remove<span>
for OS.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
445-445: Bare URL used
null(MD034, no-bare-urls)
446-446: Inline HTML
Element: span(MD033, no-inline-html)
450-450
: Strip<span>
tags from Alfa RT3572 table
Use plain Markdown cells for “RT3572”, “N”, and speeds.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
450-450: Inline HTML
Element: span(MD033, no-inline-html)
450-450: Inline HTML
Element: span(MD033, no-inline-html)
450-450: Inline HTML
Element: span(MD033, no-inline-html)
450-450: Inline HTML
Element: span(MD033, no-inline-html)
507-511
: Normalize HTML for Atheros AR9271
Precede the heading with a blank line, convert the<img>
tag to Markdown, and remove<span>
styling for OS.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
509-509: Bare URL used
null(MD034, no-bare-urls)
510-510: Inline HTML
Element: span(MD033, no-inline-html)
514-514
: Remove<span>
tags from the AR9271 table
Use plain-text values in the Markdown table.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
514-514: Inline HTML
Element: span(MD033, no-inline-html)
514-514: Inline HTML
Element: span(MD033, no-inline-html)
514-514: Inline HTML
Element: span(MD033, no-inline-html)
514-514: Inline HTML
Element: span(MD033, no-inline-html)
571-575
: Convert HTML for Ralink RT5370
Insert a blank line before the heading, use Markdown for the image, and remove<span>
for OS details.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
573-573: Bare URL used
null(MD034, no-bare-urls)
574-574: Inline HTML
Element: span(MD033, no-inline-html)
578-578
: Strip<span>
tags from RT5370 table
Adopt plain-text Markdown cells.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
578-578: Inline HTML
Element: span(MD033, no-inline-html)
578-578: Inline HTML
Element: span(MD033, no-inline-html)
578-578: Inline HTML
Element: span(MD033, no-inline-html)
578-578: Inline HTML
Element: span(MD033, no-inline-html)
635-639
: Normalize HTML for Ralink RT5572
Add a blank line before “#### Ralink RT5572”, switch the<img>
to Markdown, and remove<span>
styling.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
637-637: Bare URL used
null(MD034, no-bare-urls)
638-638: Inline HTML
Element: span(MD033, no-inline-html)
642-642
: Remove<span>
from RT5572 table
Use plain-text Markdown table.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
642-642: Inline HTML
Element: span(MD033, no-inline-html)
642-642: Inline HTML
Element: span(MD033, no-inline-html)
642-642: Inline HTML
Element: span(MD033, no-inline-html)
642-642: Inline HTML
Element: span(MD033, no-inline-html)
699-703
: Apply consistent formatting for “Realtek 8188CUS”
Insert a blank line before the heading, convert<img>
to Markdown, and drop the<span>
tag for OS.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
701-701: Bare URL used
null(MD034, no-bare-urls)
702-702: Inline HTML
Element: span(MD033, no-inline-html)
706-706
: Strip<span>
styling from the 8188CUS table
Adopt plain-text Markdown cells.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
706-706: Inline HTML
Element: span(MD033, no-inline-html)
706-706: Inline HTML
Element: span(MD033, no-inline-html)
706-706: Inline HTML
Element: span(MD033, no-inline-html)
706-706: Inline HTML
Element: span(MD033, no-inline-html)
763-767
: Convert HTML for Realtek 8723BU
Add a blank line before the heading, replace<img>
with Markdown image syntax, and remove<span>
styling for OS.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
765-765: Bare URL used
null(MD034, no-bare-urls)
766-766: Inline HTML
Element: span(MD033, no-inline-html)
770-770
: Remove<span>
tags from the 8723BU table
Use plain-text Markdown table cells.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
770-770: Inline HTML
Element: span(MD033, no-inline-html)
770-770: Inline HTML
Element: span(MD033, no-inline-html)
770-770: Inline HTML
Element: span(MD033, no-inline-html)
770-770: Inline HTML
Element: span(MD033, no-inline-html)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/WifiPerformance.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md
64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
68-68: Bare URL used
null
(MD034, no-bare-urls)
69-69: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
73-73: Inline HTML
Element: span
(MD033, no-inline-html)
76-76: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
76-76: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
97-97: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
99-99: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
99-99: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
119-119: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
121-121: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
121-121: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
132-132: Bare URL used
null
(MD034, no-bare-urls)
133-133: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
137-137: Inline HTML
Element: span
(MD033, no-inline-html)
140-140: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
140-140: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
161-161: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
163-163: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
163-163: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
183-183: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
185-185: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
185-185: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
193-193: Bare URL used
null
(MD034, no-bare-urls)
194-194: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
198-198: Inline HTML
Element: span
(MD033, no-inline-html)
201-201: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
201-201: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
222-222: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
224-224: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
224-224: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
244-244: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
246-246: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
246-246: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
254-254: Bare URL used
null
(MD034, no-bare-urls)
255-255: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
259-259: Inline HTML
Element: span
(MD033, no-inline-html)
262-262: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
262-262: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
283-283: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
285-285: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
285-285: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
305-305: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
307-307: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
307-307: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
311-311: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
312-312: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
316-316: Bare URL used
null
(MD034, no-bare-urls)
317-317: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
321-321: Inline HTML
Element: span
(MD033, no-inline-html)
324-324: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
324-324: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
345-345: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
347-347: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
347-347: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
367-367: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
369-369: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
369-369: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
380-380: Bare URL used
null
(MD034, no-bare-urls)
381-381: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
385-385: Inline HTML
Element: span
(MD033, no-inline-html)
388-388: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
388-388: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
409-409: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
411-411: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
411-411: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
431-431: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
433-433: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
433-433: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
440-440: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
441-441: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
445-445: Bare URL used
null
(MD034, no-bare-urls)
446-446: Inline HTML
Element: span
(MD033, no-inline-html)
450-450: Inline HTML
Element: span
(MD033, no-inline-html)
450-450: Inline HTML
Element: span
(MD033, no-inline-html)
450-450: Inline HTML
Element: span
(MD033, no-inline-html)
450-450: Inline HTML
Element: span
(MD033, no-inline-html)
453-453: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
453-453: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
474-474: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
476-476: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
476-476: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
496-496: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
498-498: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
498-498: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
509-509: Bare URL used
null
(MD034, no-bare-urls)
510-510: Inline HTML
Element: span
(MD033, no-inline-html)
514-514: Inline HTML
Element: span
(MD033, no-inline-html)
514-514: Inline HTML
Element: span
(MD033, no-inline-html)
514-514: Inline HTML
Element: span
(MD033, no-inline-html)
514-514: Inline HTML
Element: span
(MD033, no-inline-html)
517-517: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
517-517: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
538-538: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
540-540: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
540-540: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
560-560: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
562-562: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
562-562: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
573-573: Bare URL used
null
(MD034, no-bare-urls)
574-574: Inline HTML
Element: span
(MD033, no-inline-html)
578-578: Inline HTML
Element: span
(MD033, no-inline-html)
578-578: Inline HTML
Element: span
(MD033, no-inline-html)
578-578: Inline HTML
Element: span
(MD033, no-inline-html)
578-578: Inline HTML
Element: span
(MD033, no-inline-html)
581-581: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
581-581: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
602-602: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
604-604: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
604-604: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
624-624: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
626-626: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
626-626: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
637-637: Bare URL used
null
(MD034, no-bare-urls)
638-638: Inline HTML
Element: span
(MD033, no-inline-html)
642-642: Inline HTML
Element: span
(MD033, no-inline-html)
642-642: Inline HTML
Element: span
(MD033, no-inline-html)
642-642: Inline HTML
Element: span
(MD033, no-inline-html)
642-642: Inline HTML
Element: span
(MD033, no-inline-html)
645-645: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
645-645: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
666-666: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
668-668: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
668-668: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
688-688: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
690-690: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
690-690: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
701-701: Bare URL used
null
(MD034, no-bare-urls)
702-702: Inline HTML
Element: span
(MD033, no-inline-html)
706-706: Inline HTML
Element: span
(MD033, no-inline-html)
706-706: Inline HTML
Element: span
(MD033, no-inline-html)
706-706: Inline HTML
Element: span
(MD033, no-inline-html)
706-706: Inline HTML
Element: span
(MD033, no-inline-html)
709-709: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
709-709: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
730-730: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
732-732: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
732-732: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
752-752: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
754-754: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
754-754: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
765-765: Bare URL used
null
(MD034, no-bare-urls)
766-766: Inline HTML
Element: span
(MD033, no-inline-html)
770-770: Inline HTML
Element: span
(MD033, no-inline-html)
770-770: Inline HTML
Element: span
(MD033, no-inline-html)
770-770: Inline HTML
Element: span
(MD033, no-inline-html)
770-770: Inline HTML
Element: span
(MD033, no-inline-html)
773-773: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
773-773: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
794-794: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
796-796: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
796-796: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
816-816: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
818-818: Fenced code blocks should be surrounded by blank lines
null
(MD031, blanks-around-fences)
818-818: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
🔇 Additional comments (36)
docs/WifiPerformance.md (36)
76-97
: The iperf3 forward-mode log output was updated; the content appears correct and does not require formatting changes.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
76-76: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
76-76: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
97-97: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
99-118
: The iperf3 reverse-mode log output was updated; no documentation issues detected.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
99-99: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
99-99: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
121-128
: The “Wireless link info” section content was updated; format is consistent.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
121-121: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
121-121: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
140-159
: The Realtek 8811AU forward-mode log updated; content is valid.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
140-140: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
140-140: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
163-183
: The Realtek 8811AU reverse-mode log updated; no formatting adjustments needed.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
163-163: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
163-163: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
183-183: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
185-189
: The Realtek 8811AU wireless info block updated; format is fine.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
185-185: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
185-185: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
201-220
: The Realtek 8812AU iperf3 logs were updated; formatting is consistent.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
201-201: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
201-201: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
222-244
: The Realtek 8812AU reverse-mode log updated; no further changes required.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
222-222: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
224-224: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
224-224: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
244-244: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
246-250
: The Realtek 8812AU wireless link info was refreshed; format remains correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
246-246: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
246-246: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
262-283
: The RTL8814AU forward-mode iperf3 log block was updated; content review not needed.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
262-262: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
262-262: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
283-283: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
285-305
: The RTL8814AU reverse-mode log was refreshed; formatting is acceptable.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
285-285: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
285-285: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
305-305: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
307-311
: RTL8814AU wireless link info updated; no formatting issues.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
307-307: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
307-307: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
311-311: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
324-345
: The Comfast CF953AX forward-mode log changed; content is sound.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
324-324: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
324-324: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
345-345: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
347-367
: The Comfast CF953AX reverse-mode log updated; formatting remains correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
347-347: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
347-347: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
367-367: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
369-376
: Comfast CF953AX wireless info block refreshed; no style issues.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
369-369: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
369-369: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
388-409
: Intel AX200 forward-mode log updated; no documentation changes needed.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
388-388: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
388-388: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
409-409: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
411-431
: Intel AX200 reverse-mode log updated; formatting is consistent.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
411-411: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
411-411: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
431-431: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
433-439
: Intel AX200 wireless link info refreshed; style is correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
433-433: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
433-433: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
453-474
: The Alfa RT3572 forward-mode iperf3 log updated; content is valid.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
453-453: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
453-453: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
474-474: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
476-496
: The Alfa RT3572 reverse-mode log was refreshed; formatting is fine.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
476-476: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
476-476: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
496-496: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
498-502
: Alfa RT3572 wireless link info updated; no style fixes needed.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
498-498: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
498-498: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
517-538
: The AR9271 forward-mode log was updated; no documentation adjustments required.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
517-517: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
517-517: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
538-538: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
540-560
: The AR9271 reverse-mode log updated; format is consistent.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
540-540: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
540-540: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
560-560: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
562-566
: AR9271 wireless info block refreshed; style is correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
562-562: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
562-562: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
581-602
: The RT5370 forward-mode log updated; content is correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
581-581: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
581-581: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
602-602: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
604-624
: The RT5370 reverse-mode log was refreshed; formatting is acceptable.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
604-604: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
604-604: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
624-624: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
626-630
: RT5370 wireless info block updated; no style issues.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
626-626: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
626-626: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
645-666
: The RT5572 forward-mode iperf3 log updated; format is fine.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
645-645: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
645-645: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
666-666: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
668-688
: The RT5572 reverse-mode log was refreshed; no formatting fixes needed.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
668-668: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
668-668: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
688-688: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
690-694
: RT5572 wireless info block updated; style is correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
690-690: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
690-690: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
709-730
: The 8188CUS iperf3 logs were updated; content review not required.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
709-709: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
709-709: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
730-730: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
732-752
: The 8188CUS reverse-mode log updated; formatting remains consistent.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
732-732: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
732-732: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
752-752: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
754-758
: 8188CUS wireless info block refreshed; style is fine.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
754-754: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
754-754: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
773-794
: The 8723BU forward-mode log was updated; no documentation changes needed.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
773-773: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
773-773: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
794-794: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
796-816
: The 8723BU reverse-mode log updated; formatting is consistent.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
796-796: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
796-796: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
816-816: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
818-822
: 8723BU wireless info block refreshed; style is correct.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
818-818: Fenced code blocks should be surrounded by blank lines
null(MD031, blanks-around-fences)
818-818: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
Generate documentation.
Documentation website preview will be available shortly:
Open WWW preview