ipq-wifi/ath10k: fix 5GHz radio detection on TP-Link TL-WA1201 v2#21736
Merged
openwrt-bot merged 2 commits intoopenwrt:mainfrom Jan 28, 2026
Merged
ipq-wifi/ath10k: fix 5GHz radio detection on TP-Link TL-WA1201 v2#21736openwrt-bot merged 2 commits intoopenwrt:mainfrom
openwrt-bot merged 2 commits intoopenwrt:mainfrom
Conversation
Add IPQ Wifi entry for ath79 TP-Link TL-WA1201 v2. Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
Now that we have a board file, add calibration variant for TP-Link TL-WA1201 v2 and add ipq-wifi package for it. Tested-by: Jim McDonald <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
7064b55 to
0fa94cf
Compare
Contributor
|
Thanks! Rebased on top of main and merged! |
MattzFiber
pushed a commit
to MattzFiber/openwrt
that referenced
this pull request
Feb 3, 2026
Add IPQ Wifi entry for ath79 TP-Link TL-WA1201 v2. Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
MattzFiber
pushed a commit
to MattzFiber/openwrt
that referenced
this pull request
Feb 3, 2026
Now that we have a board file, add calibration variant for TP-Link TL-WA1201 v2 and add ipq-wifi package for it. Tested-by: Jim McDonald <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
pesa1234
pushed a commit
to pesa1234/openwrt
that referenced
this pull request
Feb 5, 2026
Add IPQ Wifi entry for ath79 TP-Link TL-WA1201 v2. Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
pesa1234
pushed a commit
to pesa1234/openwrt
that referenced
this pull request
Feb 5, 2026
Now that we have a board file, add calibration variant for TP-Link TL-WA1201 v2 and add ipq-wifi package for it. Tested-by: Jim McDonald <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
stavultras
pushed a commit
to stavultras/openwrt
that referenced
this pull request
Feb 9, 2026
Add IPQ Wifi entry for ath79 TP-Link TL-WA1201 v2. Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
stavultras
pushed a commit
to stavultras/openwrt
that referenced
this pull request
Feb 9, 2026
Now that we have a board file, add calibration variant for TP-Link TL-WA1201 v2 and add ipq-wifi package for it. Tested-by: Jim McDonald <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]>
achterin
added a commit
to achterin/openwrt
that referenced
this pull request
Feb 9, 2026
Add IPQ Wifi entry for ath79 TP-Link TL-WA1201 v2. Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]> (cherry picked from commit 0230a35)
achterin
added a commit
to achterin/openwrt
that referenced
this pull request
Feb 9, 2026
Now that we have a board file, add calibration variant for TP-Link TL-WA1201 v2 and add ipq-wifi package for it. Tested-by: Jim McDonald <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]> (cherry picked from commit 0fa94cf)
hauke
pushed a commit
to achterin/openwrt
that referenced
this pull request
Feb 10, 2026
Add IPQ Wifi entry for ath79 TP-Link TL-WA1201 v2. Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]> (cherry picked from commit 0230a35) Link: openwrt#21951 Signed-off-by: Hauke Mehrtens <[email protected]>
hauke
pushed a commit
to achterin/openwrt
that referenced
this pull request
Feb 10, 2026
Now that we have a board file, add calibration variant for TP-Link TL-WA1201 v2 and add ipq-wifi package for it. Tested-by: Jim McDonald <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt#21736 Signed-off-by: Robert Marko <[email protected]> (cherry picked from commit 0fa94cf) Link: openwrt#21951 Signed-off-by: Hauke Mehrtens <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the 5ghz radio detection on TP-Link TL-WA1201 v2. Boarddata was extracted from the EU/US vendor firmware and successfully tested by @jimmyd998.
Requires openwrt/firmware_qca-wireless#122 to be merged first and ipq-wifi to be updated to head.
Link: #14541