Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102915
b: refs/heads/master
c: a67edb9
h: refs/heads/master
i:
  102913: 29b84b5
  102911: fd685b9
v: v3
  • Loading branch information
Jussi Kivilinna authored and John W. Linville committed Jun 14, 2008
1 parent 68e52b6 commit 3bbc10f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5331b96ce3a9f08d3a9e28386e193e8c78f8fdd1
refs/heads/master: a67edb9e31a328397516d2285269232e98c5f88b
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2272,6 +2272,9 @@ static void rndis_wext_set_multicast_list(struct net_device *dev)
struct usbnet *usbdev = dev->priv;
struct rndis_wext_private *priv = get_rndis_wext_priv(usbdev);

if (test_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending))
return;

set_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending);
queue_work(priv->workqueue, &priv->work);
}
Expand Down

0 comments on commit 3bbc10f

Please sign in to comment.