Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256588
b: refs/heads/master
c: 223bb15
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jul 21, 2011
1 parent 2aec658 commit fcd40d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 5526c0313777d4e5a6551de6b34705ac1fce92a7
refs/heads/master: 223bb15e4a78115bb1bbc3e58e246d26f2c16462
7 changes: 1 addition & 6 deletions trunk/drivers/net/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4198,18 +4198,13 @@ static void
qlcnic_restore_indev_addr(struct net_device *netdev, unsigned long event)
{
struct qlcnic_adapter *adapter = netdev_priv(netdev);
struct vlan_group *grp;
struct net_device *dev;
u16 vid;

qlcnic_config_indev_addr(adapter, netdev, event);

grp = rcu_dereference_rtnl(netdev->vlgrp);
if (!grp)
return;

for_each_set_bit(vid, adapter->vlans, VLAN_N_VID) {
dev = vlan_group_get_device(grp, vid);
dev = __vlan_find_dev_deep(netdev, vid);
if (!dev)
continue;
qlcnic_config_indev_addr(adapter, dev, event);
Expand Down

0 comments on commit fcd40d4

Please sign in to comment.