fix: extend WiFi firmware validation for ath12k platforms#423
Merged
bhargav0610 merged 2 commits intoqualcomm-linux:mainfrom Apr 24, 2026
Merged
fix: extend WiFi firmware validation for ath12k platforms#423bhargav0610 merged 2 commits intoqualcomm-linux:mainfrom
bhargav0610 merged 2 commits intoqualcomm-linux:mainfrom
Conversation
Add reusable connectivity helpers for WiFi firmware detection, family-specific runtime handling, module visibility checks, firmware load evidence, and tagged probe-failure reporting. The new helpers support ath12k, ath11k, and ath10k based platforms, including Glymur/WCN7850 ath12k firmware layouts, while reusing existing functestlib helpers for module lookup, module state, dmesg scanning, and remoteproc checks. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Refactor WiFi_Firmware_Driver to use shared lib_connectivity helpers for firmware detection, family-specific driver handling, module validation, firmware load evidence, and probe-failure checks. This extends coverage to ath12k/WCN7850 platforms such as Glymur while preserving existing ath11k and ath10k validation flow. The test now reports clear stdout tags for firmware evidence and probe checks, generates dmesg artifacts, and keeps PASS/FAIL/SKIP decisions based on the full validation summary. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
0c1016a to
4e6df0e
Compare
bhargav0610
approved these changes
Apr 24, 2026
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 PR fixes #418 and improves WiFi_Firmware_Driver coverage and reuses shared WiFi connectivity helpers from lib_connectivity.sh.
Changes included:
Why:
The Glymur lava instance is currently unavailable for reference. Therefore, the target was executed, and the following information is provided as a reference.