diff options
Diffstat (limited to 'drivers/net/sfc/falcon.c')
-rw-r--r-- | drivers/net/sfc/falcon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index 950de847d22b..f77bbbeacb60 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c | |||
@@ -3304,6 +3304,7 @@ struct efx_nic_type falcon_a1_nic_type = { | |||
3304 | .phys_addr_channels = 4, | 3304 | .phys_addr_channels = 4, |
3305 | .tx_dc_base = 0x130000, | 3305 | .tx_dc_base = 0x130000, |
3306 | .rx_dc_base = 0x100000, | 3306 | .rx_dc_base = 0x100000, |
3307 | .offload_features = NETIF_F_IP_CSUM, | ||
3307 | .reset_world_flags = ETH_RESET_IRQ, | 3308 | .reset_world_flags = ETH_RESET_IRQ, |
3308 | }; | 3309 | }; |
3309 | 3310 | ||
@@ -3351,6 +3352,7 @@ struct efx_nic_type falcon_b0_nic_type = { | |||
3351 | * channels */ | 3352 | * channels */ |
3352 | .tx_dc_base = 0x130000, | 3353 | .tx_dc_base = 0x130000, |
3353 | .rx_dc_base = 0x100000, | 3354 | .rx_dc_base = 0x100000, |
3355 | .offload_features = NETIF_F_IP_CSUM, | ||
3354 | .reset_world_flags = ETH_RESET_IRQ, | 3356 | .reset_world_flags = ETH_RESET_IRQ, |
3355 | }; | 3357 | }; |
3356 | 3358 | ||