[PATCH] ath10k: update the IRAM banks number for QCA9377

ryanhsu at codeaurora.org ryanhsu at codeaurora.org
Thu Feb 8 16:20:31 PST 2018


From: Ryan Hsu <ryanhsu at codeaurora.org>

QCA9377 firmware update the IRAM banks from 4 to 9.

Signed-off-by: Ryan Hsu <ryanhsu at codeaurora.org>
---
 drivers/net/wireless/ath/ath10k/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index 355db6a..0c1029c 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -2216,7 +2216,7 @@ static int ath10k_pci_get_num_banks(struct ath10k *ar)
 		}
 		break;
 	case QCA9377_1_0_DEVICE_ID:
-		return 4;
+		return 9;
 	}
 
 	ath10k_warn(ar, "unknown number of banks, assuming 1\n");
-- 
1.9.1




More information about the ath10k mailing list