-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
ipq-wifi/ath10k: fix 5GHz radio detection in Xiaomi AIoT AC2350 #19707
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
You can squash the second and third commits, no need to split those as just adding calibration variant without the ipq-wifi package is NOP |
cf0db1a
to
f316b88
Compare
Please rebase, and squash the first and third commit |
94fd995
to
7ab99f5
Compare
target/linux/ath79/image/generic.mk
Outdated
@@ -3326,7 +3326,7 @@ define Device/xiaomi_aiot-ac2350 | |||
SOC := qca9563 | |||
DEVICE_VENDOR := Xiaomi | |||
DEVICE_MODEL := AIoT AC2350 | |||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9984-ct | |||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9984-ct -ath10k-board-qca9984 ipq-wifi-xiaomi_aiot-ac2350 |
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.
No need to drop ath10k-board-qca9984
as ipq-wifi will overwrite it anyway.
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.
Removed, I was following the reference: 427c4aa
Can you please rework your commit titles and messages into 75 characters per line max instead of just a single line? |
7ab99f5
to
b80674d
Compare
@robimarko Should I shorten the description as much as possible or just split it into multiple lines? |
Just split into multiple lines |
b80674d
to
66033cc
Compare
Add IPQ WiFi support for Xiaomi AIoT AC2350 Add board file suffixes .QCA9988/.qca9988. These suffixes are mapped to QCA9984/hw1.0 path Reference: https://openwrt.org/toh/xiaomi/aiot_router_ac2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
Add calibration variant and ipq-wifi package for Xiaomi AIoT AC2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
66033cc
to
664424a
Compare
Thanks! Rebased on top of main and merged! |
Add IPQ WiFi support for Xiaomi AIoT AC2350 Add board file suffixes .QCA9988/.qca9988. These suffixes are mapped to QCA9984/hw1.0 path Reference: https://openwrt.org/toh/xiaomi/aiot_router_ac2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
Add calibration variant and ipq-wifi package for Xiaomi AIoT AC2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
Add IPQ WiFi support for Xiaomi AIoT AC2350 Add board file suffixes .QCA9988/.qca9988. These suffixes are mapped to QCA9984/hw1.0 path Reference: https://openwrt.org/toh/xiaomi/aiot_router_ac2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit c42f05b)
Add calibration variant and ipq-wifi package for Xiaomi AIoT AC2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 664424a)
Add IPQ WiFi support for Xiaomi AIoT AC2350 Add board file suffixes .QCA9988/.qca9988. These suffixes are mapped to QCA9984/hw1.0 path Reference: https://openwrt.org/toh/xiaomi/aiot_router_ac2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit c42f05b) Link: openwrt#19902 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Add calibration variant and ipq-wifi package for Xiaomi AIoT AC2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 664424a) Link: openwrt#19902 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Add IPQ WiFi support for Xiaomi AIoT AC2350 Add board file suffixes .QCA9988/.qca9988. These suffixes are mapped to QCA9984/hw1.0 path Reference: https://openwrt.org/toh/xiaomi/aiot_router_ac2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: openwrt/openwrt#19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
After the release of 24.10 on Xiaomi AIoT AC2350 5GHz WiFi stopped working.
I already added BDF but without an option, it didn't work. (tested on snapshot)
BoardNames[0]: 'bus=pci,bmi-chip-id=0,bmi-board-id=16'
andBoardNames[0]: 'bus=pci,bmi-chip-id=0,bmi-board-id=16,variant=xiaomi_aiot-ac2350'
Related: openwrt/firmware_qca-wireless#83
What do you think?
Issues: #17582 #18496