Skip to content
Snippets Groups Projects
Commit 38d11ab0 authored by Ed Tam's avatar Ed Tam
Browse files

net: wireless: bcmdhd: reduce control post/complete ring size

Reduce ring buffer size from 64 to 20.

Bug: 25284758
parent ba1a6d56
Branches
Tags
No related merge requests found
......@@ -46,10 +46,10 @@
#define H2DRING_TXPOST_MAX_ITEM 512
#define H2DRING_RXPOST_MAX_ITEM 256
#define H2DRING_CTRL_SUB_MAX_ITEM 64
#define H2DRING_CTRL_SUB_MAX_ITEM 24
#define D2HRING_TXCMPLT_MAX_ITEM 1024
#define D2HRING_RXCMPLT_MAX_ITEM 256
#define D2HRING_CTRL_CMPLT_MAX_ITEM 64
#define D2HRING_CTRL_CMPLT_MAX_ITEM 24
enum {
DNGL_TO_HOST_MSGBUF,
HOST_TO_DNGL_MSGBUF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment