Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220249
b: refs/heads/master
c: c09cc58
h: refs/heads/master
i:
  220247: 69f6e82
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 8, 2010
1 parent a2a6f32 commit 5f8a398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96e76e694101c2b09c997bce5f064df0d051b729
refs/heads/master: c09cc58692f8a6ae341e955c5712884f920b84ab
4 changes: 2 additions & 2 deletions trunk/drivers/staging/brcm80211/util/hnddma.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ typedef struct dma_info {
u32 rcvptrbase; /* Base for ptr reg when using unaligned descriptors */

/* tunables */
u16 rxbufsize; /* rx buffer size in bytes,
unsigned int rxbufsize; /* rx buffer size in bytes,
* not including the extra headroom
*/
uint rxextrahdrroom; /* extra rx headroom, reverseved to assist upper stack
Expand All @@ -138,7 +138,7 @@ typedef struct dma_info {
* Some dongle driver may not need it.
*/
uint nrxpost; /* # rx buffers to keep posted */
uint rxoffset; /* rxcontrol offset */
unsigned int rxoffset; /* rxcontrol offset */
uint ddoffsetlow; /* add to get dma address of descriptor ring, low 32 bits */
uint ddoffsethigh; /* high 32 bits */
uint dataoffsetlow; /* add to get dma address of data buffer, low 32 bits */
Expand Down

0 comments on commit 5f8a398

Please sign in to comment.