]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1
authorYu Wang <yyuwang@codeaurora.org>
Tue, 30 Jan 2018 12:06:01 +0000 (14:06 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 7 Feb 2018 14:07:35 +0000 (16:07 +0200)
commitd7aa9451a7795f725036d19f103979814b6afa9c
tree9fb4049245853a514538b5d57a54383da311c666
parentd3c344c9aee1bcf171ee4ec9af90b934d912566e
ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1

The length of DRAM dump for QCA6174 hw3.0/hw3.2 and QCA9377 hw1.1
are less than the actual value, some coredump contents are missed.
To fix it, change the length from 0x90000 to 0xa8000.

Fixes: 90fba97606d5 ("ath10k: add memory dump support for QCA6174/QCA9377")
Signed-off-by: Yu Wang <yyuwang@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/coredump.c