diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-12-11 18:36:35 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:06:54 -0500 |
commit | 202f3f3ac90d8781ec1f37556c63aaf594b53581 (patch) | |
tree | fc600fdb69392c1359ec6ec2110715dd51086ac9 /drivers/net/wireless/libertas/if_usb.h | |
parent | 1f8a08342c8c1c90d0b752f28eb6f24ea7164cdb (diff) |
libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/if_usb.h')
-rw-r--r-- | drivers/net/wireless/libertas/if_usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/if_usb.h b/drivers/net/wireless/libertas/if_usb.h index f028df1d018c..668410f82057 100644 --- a/drivers/net/wireless/libertas/if_usb.h +++ b/drivers/net/wireless/libertas/if_usb.h | |||
@@ -47,7 +47,6 @@ struct read_cb_info { | |||
47 | 47 | ||
48 | /** USB card description structure*/ | 48 | /** USB card description structure*/ |
49 | struct usb_card_rec { | 49 | struct usb_card_rec { |
50 | struct net_device *eth_dev; | ||
51 | struct usb_device *udev; | 50 | struct usb_device *udev; |
52 | struct urb *rx_urb, *tx_urb; | 51 | struct urb *rx_urb, *tx_urb; |
53 | struct lbs_private *priv; | 52 | struct lbs_private *priv; |
@@ -75,8 +74,6 @@ struct usb_card_rec { | |||
75 | u32 usb_event_cause; | 74 | u32 usb_event_cause; |
76 | u8 usb_int_cause; | 75 | u8 usb_int_cause; |
77 | 76 | ||
78 | u8 rx_urb_recall; | ||
79 | |||
80 | s8 bootcmdresp; | 77 | s8 bootcmdresp; |
81 | }; | 78 | }; |
82 | 79 | ||