[PATCH] UBUNTU: SAUCE: ath10k: change QCA9377 IRAM back to 9

AceLan Kao acelan.kao at canonical.com
Fri Feb 9 03:07:25 UTC 2018


BugLink: https://bugs.launchpad.net/bugs/1748345

The patch is for downloading QCA9377 new firmware which is compliant
with RED 2.1.1 to QCA9377 IRAM bank 9. Because this new firmware is
bigger, IRAM bank 4 space is not enough, so we need to change to bank 9.

Signed-off-by: AceLan Kao <acelan.kao at canonical.com>
---
 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 7ebfc40..619c115 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -1991,7 +1991,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");
-- 
2.7.4





More information about the kernel-team mailing list