Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79164
b: refs/heads/master
c: 10bca0d
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent bb0a2bb commit 1664647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6bc822b5164e66ab9b93f96172df8902bfd37618
refs/heads/master: 10bca0d5f4829a8acd9a7a51cb7b35e38b23280a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ int lbs_remove_card(struct lbs_private *priv)
lbs_remove_rtap(priv);

dev = priv->dev;
device_remove_file(&dev->dev, &dev_attr_lbs_rtap);

cancel_delayed_work(&priv->scan_work);
cancel_delayed_work(&priv->assoc_work);
Expand Down Expand Up @@ -1167,6 +1166,7 @@ int lbs_stop_card(struct lbs_private *priv)
netif_carrier_off(priv->dev);

lbs_debugfs_remove_one(priv);
device_remove_file(&dev->dev, &dev_attr_lbs_rtap);

/* Flush pending command nodes */
spin_lock_irqsave(&priv->driver_lock, flags);
Expand Down

0 comments on commit 1664647

Please sign in to comment.