aboutsummaryrefslogtreecommitdiffstats
path: root/package/libertas/src/if_usb.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-11-30 16:53:16 +0000
committerJohn Crispin <blogic@openwrt.org>2008-11-30 16:53:16 +0000
commit5350ce25de0bab3ed09c5ee2ed6feed4a311a105 (patch)
tree2e0a220a54db9e073044a32285a6f170cd67869d /package/libertas/src/if_usb.h
parent4a52e64bb85b03b4b9902ebdda2cb39f7132eebd (diff)
downloadmaster-187ad058-5350ce25de0bab3ed09c5ee2ed6feed4a311a105.tar.gz
master-187ad058-5350ce25de0bab3ed09c5ee2ed6feed4a311a105.tar.bz2
master-187ad058-5350ce25de0bab3ed09c5ee2ed6feed4a311a105.zip
update libertas driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/if_usb.h')
-rw-r--r--package/libertas/src/if_usb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libertas/src/if_usb.h b/package/libertas/src/if_usb.h
index 7706691123..5771a83a43 100644
--- a/package/libertas/src/if_usb.h
+++ b/package/libertas/src/if_usb.h
@@ -46,8 +46,6 @@ struct if_usb_card {
struct lbs_private *priv;
struct sk_buff *rx_skb;
- uint32_t usb_event_cause;
- uint8_t usb_int_cause;
uint8_t ep_in;
uint8_t ep_out;
@@ -70,6 +68,7 @@ struct if_usb_card {
uint8_t fwfinalblk;
uint8_t surprise_removed;
+ __le16 boot2_version;
};
/** fwheader */