ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ath10k: fix HTT Tx CE ring size
@ 2016-03-01 12:16 Michal Kazior
  2016-03-01 12:16 ` [PATCH 2/2] ath10k: change htt tx desc/qcache peer limit config Michal Kazior
  2016-03-07  9:48 ` [PATCH 1/2] ath10k: fix HTT Tx CE ring size Valo, Kalle
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Kazior @ 2016-03-01 12:16 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

QCA4019 can queue up to 2500 frames at a time.
This means it requires roughly 5000 entires on the
ring to work properly. Otherwise random tx failure
may occur.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
---
 drivers/net/wireless/ath/ath10k/ce.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/ce.h b/drivers/net/wireless/ath/ath10k/ce.h
index 47b734ce7ecf..dac676817532 100644
--- a/drivers/net/wireless/ath/ath10k/ce.h
+++ b/drivers/net/wireless/ath/ath10k/ce.h
@@ -22,7 +22,7 @@
 
 /* Maximum number of Copy Engine's supported */
 #define CE_COUNT_MAX 12
-#define CE_HTT_H2T_MSG_SRC_NENTRIES 4096
+#define CE_HTT_H2T_MSG_SRC_NENTRIES 8192
 
 /* Descriptor rings must be aligned to this boundary */
 #define CE_DESC_RING_ALIGN	8
-- 
2.1.4


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-07  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 12:16 [PATCH 1/2] ath10k: fix HTT Tx CE ring size Michal Kazior
2016-03-01 12:16 ` [PATCH 2/2] ath10k: change htt tx desc/qcache peer limit config Michal Kazior
2016-03-07  9:48 ` [PATCH 1/2] ath10k: fix HTT Tx CE ring size Valo, Kalle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox