Skip to content

Commit e87ff2a

Browse files
NET:ETH:ALTERA: Disable source address modification in IP
Co-authored-by: Narayan, Preetam <[email protected]>
1 parent af1bcd1 commit e87ff2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/net/ethernet/altera/intel_fpga_gts_driver.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ void gts_update_mac_addr(intel_fpga_xtile_eth_private *priv)
168168
hssi_csrwr32(pdev, HSSI_EMAC_HARDIP, chan,
169169
eth_hardip_emac_csroffs(txmac_saddrh), msb);
170170

171-
/* Enable Source address insertion */
172-
hssi_set_bit(pdev, HSSI_EMAC_HARDIP, chan,
173-
eth_hardip_emac_csroffs(txmac_control), ETH_TX_MAC_ENABLE_S_ADDR_EN);
174-
175171
netdev_info(priv->dev, "Device MAC address %pM\n", priv->dev->dev_addr);
176172
}
177173

0 commit comments

Comments
 (0)