Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90107
b: refs/heads/master
c: c5562e9
h: refs/heads/master
i:
  90105: a254015
  90103: 97793a0
v: v3
  • Loading branch information
David Woodhouse authored and John W. Linville committed Mar 6, 2008
1 parent 8d2d161 commit 4d22bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e1228d00a8e959dd3f4d0bd7949fda1ce11b314
refs/heads/master: c5562e98332511c3e4d7f807ae4dd85f6db2a7e6
13 changes: 13 additions & 0 deletions trunk/drivers/net/wireless/libertas/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,17 @@ struct mrvlietypes_ledgpio {
struct led_pin ledpin[1];
} __attribute__ ((packed));

struct led_bhv {
uint8_t firmwarestate;
uint8_t led;
uint8_t ledstate;
uint8_t ledarg;
} __attribute__ ((packed));


struct mrvlietypes_ledbhv {
struct mrvlietypesheader header;
struct led_bhv ledbhv[1];
} __attribute__ ((packed));

#endif

0 comments on commit 4d22bf3

Please sign in to comment.