ramips: remove interrupt coalescing, it is unnecessary with napi polling and could...
[openwrt/staging/mkresin.git] / target / linux / ramips / files / drivers / net / ethernet / ralink / soc_rt3883.c
index d935b967cc03acb9eafd5f7cb149107c50107974..1393f029295a3058a7512b2d375df5ac46236fcb 100644 (file)
@@ -69,8 +69,8 @@ static struct fe_soc_data rt3883_data = {
        .reset_fe = rt3883_fe_reset,
        .fwd_config = rt3883_fwd_config,
        .pdma_glo_cfg = FE_PDMA_SIZE_8DWORDS,
-       .rx_dly_int = FE_RX_DLY_INT,
-       .tx_dly_int = FE_TX_DLY_INT,
+       .rx_int = FE_RX_DONE_INT,
+       .tx_int = FE_TX_DONE_INT,
        .checksum_bit = RX_DMA_L4VALID,
        .tx_udf_bit = TX_DMA_UDF,
        .mdio_read = rt2880_mdio_read,