projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] fix typo in the uci firewall script
[openwrt.git]
/
package
/
libertas
/
src
/
if_usb.h
diff --git
a/package/libertas/src/if_usb.h
b/package/libertas/src/if_usb.h
index
7706691
..
5771a83
100644
(file)
--- 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 */
This page took
0.026139 seconds
and
4
git commands to generate.