Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179111
b: refs/heads/master
c: d49c964
h: refs/heads/master
i:
  179109: e2c7d7b
  179107: 84e274a
  179103: 7df5b2d
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Jan 8, 2010
1 parent a9611c4 commit 0c3ee3a
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: 581e8ae49ea3a70b438991e388ded2dcbdbd2162
refs/heads/master: d49c9640975355c79f346869831bf9780d185de0
3 changes: 3 additions & 0 deletions trunk/drivers/net/netxen/netxen_nic_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,9 @@ void netxen_p3_nic_set_multi(struct net_device *netdev)
struct list_head *head;
nx_mac_list_t *cur;

if (adapter->is_up != NETXEN_ADAPTER_UP_MAGIC)
return;

list_splice_tail_init(&adapter->mac_list, &del_list);

nx_p3_nic_add_mac(adapter, adapter->mac_addr, &del_list);
Expand Down

0 comments on commit 0c3ee3a

Please sign in to comment.