ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1

"Linux Kernel Mailing List" <[email protected]>
Newsgroups gmane.linux.kernel.commits.head
Message-ID <[email protected]>
Web:        https://git.kernel.org/torvalds/c/0a7fe718239e2f8d9c067070f59f53b509bb17dc
Commit:     0a7fe718239e2f8d9c067070f59f53b509bb17dc
Parent:     cbbde7e8d98542dc1777ac42ec2a08875aea26ee
Refname:    refs/heads/master
Author:     Yu Wang <[email protected]>
AuthorDate: Tue Jan 30 14:06:01 2018 +0200
Committer:  Kalle Valo <[email protected]>
CommitDate: Wed Feb 7 16:07:35 2018 +0200

    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: 703f261dd77f ("ath10k: add memory dump support for QCA6174/QCA9377")
    Signed-off-by: Yu Wang <[email protected]>
    Signed-off-by: Kalle Valo <[email protected]>
---
 drivers/net/wireless/ath/ath10k/coredump.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/coredump.c b/drivers/net/wireless/ath/ath10k/coredump.c
index 4dde126dab17..7173b3743b43 100644
--- a/drivers/net/wireless/ath/ath10k/coredump.c
+++ b/drivers/net/wireless/ath/ath10k/coredump.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
+ * Copyright (c) 2018, The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -616,7 +617,7 @@ static const struct ath10k_mem_region qca6174_hw30_mem_regions[] = {
 	{
 		.type = ATH10K_MEM_REGION_TYPE_DRAM,
 		.start = 0x400000,
-		.len = 0x90000,
+		.len = 0xa8000,
 		.name = "DRAM",
 		.section_table = {
 			.sections = NULL,
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.