summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorVladimir Kondratiev2014-04-08 10:36:19 +0200
committerJohn W. Linville2014-04-22 21:06:29 +0200
commit6c9ec5ebf6462d04293644259edb57926af4adea (patch)
tree79d3e1de37344427284889af8c584e7257bdec9f /drivers
parentwil6210: relaxed check for BACK start sequence (diff)
downloadkernel-qcow2-linux-6c9ec5ebf6462d04293644259edb57926af4adea.tar.gz
kernel-qcow2-linux-6c9ec5ebf6462d04293644259edb57926af4adea.tar.xz
kernel-qcow2-linux-6c9ec5ebf6462d04293644259edb57926af4adea.zip
wil6210: Use larger Tx rings
When using scatter-gather, more descriptor entries get used. Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/wil6210/wil6210.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wil6210.h b/drivers/net/wireless/ath/wil6210/wil6210.h
index f881aee6319d..d3b8659ca32e 100644
--- a/drivers/net/wireless/ath/wil6210/wil6210.h
+++ b/drivers/net/wireless/ath/wil6210/wil6210.h
@@ -35,7 +35,7 @@ static inline u32 WIL_GET_BITS(u32 x, int b0, int b1)
#define WIL6210_MEM_SIZE (2*1024*1024UL)
#define WIL6210_RX_RING_SIZE (128)
-#define WIL6210_TX_RING_SIZE (128)
+#define WIL6210_TX_RING_SIZE (512)
#define WIL6210_MAX_TX_RINGS (24) /* HW limit */
#define WIL6210_MAX_CID (8) /* HW limit */
#define WIL6210_NAPI_BUDGET (16) /* arbitrary */