b43: disable pio and pcmcia support
[openwrt.git] / package / libertas / src / if_usb.h
index 7706691..5771a83 100644 (file)
@@ -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.025318 seconds and 4 git commands to generate.