forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ath10k: Fix device boot error
mask value ATH10K_FW_CRASH_DUMP_RAM_DATA is not mandatory to get iram mem layout. So introduced ath10k_coredump_get_hw_mem_layout to copy hardware memory layout. This fixes the below boot error: [ 17.468882] ath10k_pci 0000:06:00.0: failed to copy target iram contents: -12 [ 17.513925] ath10k_pci 0000:06:00.0: could not init core (-12) [ 17.517635] ath10k_pci 0000:06:00.0: could not probe fw (-12) Tested-on: QCA9984 X86 10.4-3.9.0.2-00139 Fixes: 9af7c32 ("ath10k: add target IRAM recovery feature support") Signed-off-by: Abinaya Kalaiselvan <akalaise@codeaurora.org> Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
- Loading branch information
1 parent
6880fa6
commit 06d0afd6a0864795a6750173f7959430da2def78
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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