Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337636
b: refs/heads/master
c: de89ec4
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 47fa395 commit 21f4bcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e8355aa36c1ad3a63860fe30a74d2befc1148b5b
refs/heads/master: de89ec45569e96193f5e1264b87cc7aaed060dfa
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ typedef struct _INTR_ENDP_IN {
unsigned int int_in_pipe;
} INTR_ENDP_IN, *PINTR_ENDP_IN;

typedef struct _INTR_ENDP_OUT {
struct bcm_intr_endpoint_out {
char *int_out_buffer;
size_t int_out_size;
unsigned char int_out_endpointAddr;
unsigned char int_out_interval;
unsigned int int_out_pipe;
} INTR_ENDP_OUT, *PINTR_ENDP_OUT;
};

struct bcm_usb_tcb {
struct urb *urb;
Expand Down Expand Up @@ -60,7 +60,7 @@ struct bcm_interface_adapter {
/* Interrupt endpoint in info */
INTR_ENDP_IN sIntrIn;
/* Interrupt endpoint out info */
INTR_ENDP_OUT sIntrOut;
struct bcm_intr_endpoint_out sIntrOut;
ULONG ulInterruptData[2];
struct urb *psInterruptUrb;
struct bcm_usb_tcb asUsbTcb[MAXIMUM_USB_TCB];
Expand Down

0 comments on commit 21f4bcb

Please sign in to comment.