Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79163
b: refs/heads/master
c: 6bc822b
h: refs/heads/master
i:
  79161: ddbb706
  79159: a472d37
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent 981bcdd commit bb0a2bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e66f03ff78b23d845920739373b1561c546b13f
refs/heads/master: 6bc822b5164e66ab9b93f96172df8902bfd37618
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ static int if_usb_resume(struct usb_interface *intf)

cardp->rx_urb_recall = 0;

if_usb_submit_rx_urb(cardp->priv);
if_usb_submit_rx_urb(cardp);

netif_device_attach(cardp->eth_dev);
netif_device_attach(priv->mesh_dev);
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/libertas/if_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <linux/wait.h>
#include <linux/timer.h>

struct lbs_private;

/**
* This file contains definition for USB interface.
*/
Expand Down Expand Up @@ -48,7 +50,7 @@ struct usb_card_rec {
struct net_device *eth_dev;
struct usb_device *udev;
struct urb *rx_urb, *tx_urb;
void *priv;
struct lbs_private *priv;
struct read_cb_info rinfo;

int bulk_in_size;
Expand Down

0 comments on commit bb0a2bb

Please sign in to comment.