Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidKernelMSM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidKernelMSM
Commits
38d11ab0
Commit
38d11ab0
authored
Nov 4, 2015
by
Ed Tam
Browse files
Options
Downloads
Patches
Plain Diff
net: wireless: bcmdhd: reduce control post/complete ring size
Reduce ring buffer size from 64 to 20. Bug: 25284758
parent
ba1a6d56
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/net/wireless/bcmdhd/include/bcmmsgbuf.h
+2
-2
2 additions, 2 deletions
drivers/net/wireless/bcmdhd/include/bcmmsgbuf.h
with
2 additions
and
2 deletions
drivers/net/wireless/bcmdhd/include/bcmmsgbuf.h
+
2
−
2
View file @
38d11ab0
...
...
@@ -46,10 +46,10 @@
#define H2DRING_TXPOST_MAX_ITEM 512
#define H2DRING_RXPOST_MAX_ITEM 256
#define H2DRING_CTRL_SUB_MAX_ITEM
6
4
#define H2DRING_CTRL_SUB_MAX_ITEM
2
4
#define D2HRING_TXCMPLT_MAX_ITEM 1024
#define D2HRING_RXCMPLT_MAX_ITEM 256
#define D2HRING_CTRL_CMPLT_MAX_ITEM
6
4
#define D2HRING_CTRL_CMPLT_MAX_ITEM
2
4
enum
{
DNGL_TO_HOST_MSGBUF
,
HOST_TO_DNGL_MSGBUF
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment