Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167525
b: refs/heads/master
c: 2cd6dba
h: refs/heads/master
i:
  167523: bc638f3
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Oct 9, 2009
1 parent bd66c76 commit 4894751
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 84087f4d482c5d554e1b26a557d424761213e5dc
refs/heads/master: 2cd6dbaaf43ca9ec5607239c23c4e9793b702e1b
6 changes: 6 additions & 0 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3751,6 +3751,12 @@ static void ql_asic_reset_work(struct work_struct *work)
status = ql_adapter_up(qdev);
if (status)
goto error;

/* Restore rx mode. */
clear_bit(QL_ALLMULTI, &qdev->flags);
clear_bit(QL_PROMISCUOUS, &qdev->flags);
qlge_set_multicast_list(qdev->ndev);

rtnl_unlock();
return;
error:
Expand Down

0 comments on commit 4894751

Please sign in to comment.