aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2010-09-20 04:43:42 -0400
committerDavid S. Miller <davem@davemloft.net>2010-09-21 17:58:00 -0400
commitb4187e4277b13d7bc4acc3c953b3cab0137b14b2 (patch)
tree83647558702b6051491f04c029a7eea53147f00b /drivers/net/sfc/falcon.c
parent64eebcfd899a5d2ebe211a593ec13ec24630f1a3 (diff)
sfc: Implement the ethtool RX n-tuple control functions
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/falcon.c')
-rw-r--r--drivers/net/sfc/falcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index b4d8efe67772..b398a4198042 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -1874,7 +1874,7 @@ struct efx_nic_type falcon_b0_nic_type = {
1874 * channels */ 1874 * channels */
1875 .tx_dc_base = 0x130000, 1875 .tx_dc_base = 0x130000,
1876 .rx_dc_base = 0x100000, 1876 .rx_dc_base = 0x100000,
1877 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH, 1877 .offload_features = NETIF_F_IP_CSUM | NETIF_F_RXHASH | NETIF_F_NTUPLE,
1878 .reset_world_flags = ETH_RESET_IRQ, 1878 .reset_world_flags = ETH_RESET_IRQ,
1879}; 1879};
1880 1880