mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 00:29:36 -04:00
sfc: Use current MAC address, not NVRAM MAC address, for WoL filter
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4f3907e9a6
commit
02ebc26865
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user