diff --git a/[refs] b/[refs] index 05da78de62db..8e3b093ededd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5659338c88963ea791118e5e11e314b24f90c3eb +refs/heads/master: 228da6c2e63b3b2064492b24ef83c07bcc48abbd diff --git a/trunk/net/mac80211/iface.c b/trunk/net/mac80211/iface.c index f943f5fa7286..09fff4662e80 100644 --- a/trunk/net/mac80211/iface.c +++ b/trunk/net/mac80211/iface.c @@ -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);