Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337638
b: refs/heads/master
c: c1fa1eb
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 4a95f76 commit 24d7e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 89a02bfe0fe8176d3fe8ec065fffb05a860f713e
refs/heads/master: c1fa1eb38f15dd9998a7cc2fe4f54eb95d14208c
7 changes: 3 additions & 4 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ typedef struct _BULK_ENDP_IN {
unsigned int bulk_in_pipe;
} BULK_ENDP_IN, *PBULK_ENDP_IN;


typedef struct _BULK_ENDP_OUT {
struct bcm_bulk_endpoint_out {
unsigned char bulk_out_buffer;
size_t bulk_out_size;
unsigned char bulk_out_endpointAddr;
unsigned int bulk_out_pipe;
/* this is used when int out endpoint is used as bulk out end point */
unsigned char int_out_interval;
} BULK_ENDP_OUT, *PBULK_ENDP_OUT;
};

struct bcm_intr_endpoint_in {
char *int_in_buffer;
Expand Down Expand Up @@ -56,7 +55,7 @@ struct bcm_interface_adapter {
/* Bulk endpoint in info */
BULK_ENDP_IN sBulkIn;
/* Bulk endpoint out info */
BULK_ENDP_OUT sBulkOut;
struct bcm_bulk_endpoint_out sBulkOut;
/* Interrupt endpoint in info */
struct bcm_intr_endpoint_in sIntrIn;
/* Interrupt endpoint out info */
Expand Down

0 comments on commit 24d7e04

Please sign in to comment.