projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a9e08
)
ath10k: fix IRAM banks number for QCA9377
author
Bartosz Markowski
<
[email protected]
>
Thu, 15 Dec 2016 09:23:22 +0000
(11:23 +0200)
committer
Kalle Valo
<
[email protected]
>
Thu, 29 Dec 2016 13:17:23 +0000
(15:17 +0200)
QCA9377 firmware shall alloc 4 IRAM banks
Signed-off-by: Bartosz Markowski <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
drivers/net/wireless/ath/ath10k/pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/pci.c
b/drivers/net/wireless/ath/ath10k/pci.c
index 0457e315d336c52ef99f06cf2c5ec2ebb01ac046..983f65bbb7fbd025fdde8b8064c137c54ef40bdc 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/pci.c
+++ b/
drivers/net/wireless/ath/ath10k/pci.c
@@
-1973,7
+1973,7
@@
static int ath10k_pci_get_num_banks(struct ath10k *ar)
}
break;
case QCA9377_1_0_DEVICE_ID:
- return
2
;
+ return
4
;
}
ath10k_warn(ar, "unknown number of banks, assuming 1\n");