Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184108
b: refs/heads/master
c: 228da6c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 15, 2010
1 parent 246e31b commit 9e1ee15
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: 5659338c88963ea791118e5e11e314b24f90c3eb
refs/heads/master: 228da6c2e63b3b2064492b24ef83c07bcc48abbd
2 changes: 1 addition & 1 deletion trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static int ieee80211_stop(struct net_device *dev)
netif_addr_lock_bh(dev);
spin_lock_bh(&local->filter_lock);
__dev_addr_unsync(&local->mc_list, &local->mc_count,
&dev->mc_list, dev->mc_count);
&dev->mc_list, &dev->mc_count);
spin_unlock_bh(&local->filter_lock);
netif_addr_unlock_bh(dev);

Expand Down

0 comments on commit 9e1ee15

Please sign in to comment.