Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317183
b: refs/heads/master
c: c1975ed
h: refs/heads/master
i:
  317181: 07f02e1
  317179: 69b7fb6
  317175: 4ba112f
  317167: cec1f75
  317151: a2b0dd3
  317119: cea8c05
  317055: c31ed1a
  316927: a11a0a8
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jun 5, 2012
1 parent c40f929 commit 4374de8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2610c7a889103587ce9a5714291a53dbf5490c3c
refs/heads/master: c1975eda98d12c7b34cdc94c53cda32de263e4af
5 changes: 2 additions & 3 deletions trunk/drivers/staging/bcm/Adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ struct _PACKETTOSEND {
} __packed;
typedef struct _PACKETTOSEND PACKETTOSEND, *PPACKETTOSEND;

struct _CONTROL_PACKET {
struct bcm_control_packet {
PVOID ControlBuff;
UINT ControlBuffLen;
struct _CONTROL_PACKET *next;
struct bcm_control_packet *next;
} __packed;
typedef struct _CONTROL_PACKET CONTROL_PACKET, *PCONTROL_PACKET;

struct bcm_link_request {
LEADER Leader;
Expand Down

0 comments on commit 4374de8

Please sign in to comment.