connectivity: wifi: ignore recoverable QMI DMA allocation fallback - #541
Merged
Srikanth Muppandam (smuppand) merged 1 commit intoAug 19, 2026
Merged
Conversation
ath12k may initially fail to allocate a large QMI DMA buffer and then retry successfully with a smaller allocation. The driver logs this as: qmi dma allocation failed (...), will try later with small size This is a recoverable fallback rather than a terminal WiFi probe error. Do not mark WiFi_Firmware_Driver or WiFi_OnOff as failed when this exact message is present. Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
Contributor
Author
Srikanth Muppandam (smuppand)
approved these changes
Aug 19, 2026
Srikanth Muppandam (smuppand)
left a comment
Contributor
There was a problem hiding this comment.
LGTM
Srikanth Muppandam (smuppand)
merged commit Aug 19, 2026
77d0d47
into
qualcomm-linux:main
14 checks passed
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.
ath12k may initially fail to allocate a large QMI DMA buffer and then retry successfully with a smaller allocation. The driver logs this as:
qmi dma allocation failed (...), will try later with small size
This is a recoverable fallback rather than a terminal WiFi probe error. Do not mark WiFi_Firmware_Driver or WiFi_OnOff as failed when this exact message is present.