summaryrefslogtreecommitdiffstats
path: root/package/libertas/src/types.h
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-30 16:53:16 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-30 16:53:16 +0000
commitd5b01f7027ab40a9fe9532a63e39ac33ad53e121 (patch)
tree2e0a220a54db9e073044a32285a6f170cd67869d /package/libertas/src/types.h
parent6ca0b59753e9e228bcb4d3b49677bbc6ea78ae52 (diff)
update libertas driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/types.h')
-rw-r--r--package/libertas/src/types.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libertas/src/types.h b/package/libertas/src/types.h
index f0d57958b..4031be420 100644
--- a/package/libertas/src/types.h
+++ b/package/libertas/src/types.h
@@ -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