Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224775
b: refs/heads/master
c: 02ebc26
h: refs/heads/master
i:
  224773: 26f3d13
  224771: bfb9fc2
  224767: 20004d2
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Dec 3, 2010
1 parent 6f2d211 commit aeddcb6
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: 4f3907e9a600a46d8c946469ce6636080310d12e
refs/heads/master: 02ebc26865c2755720d2ede90a5ab27c45741823
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/siena.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static int siena_set_wol(struct efx_nic *efx, u32 type)
if (nic_data->wol_filter_id != -1)
efx_mcdi_wol_filter_remove(efx,
nic_data->wol_filter_id);
rc = efx_mcdi_wol_filter_set_magic(efx, efx->mac_address,
rc = efx_mcdi_wol_filter_set_magic(efx, efx->net_dev->dev_addr,
&nic_data->wol_filter_id);
if (rc)
goto fail;
Expand Down

0 comments on commit aeddcb6

Please sign in to comment.