ethtool: extend coalesce setting uAPI with CQE mode
[linux-2.6-microblaze.git] / drivers / net / ethernet / ti / cpsw_new.c
index 534d39f..7968f24 100644 (file)
@@ -894,7 +894,7 @@ static int cpsw_ndo_open(struct net_device *ndev)
                struct ethtool_coalesce coal;
 
                coal.rx_coalesce_usecs = cpsw->coal_intvl;
-               cpsw_set_coalesce(ndev, &coal);
+               cpsw_set_coalesce(ndev, &coal, NULL, NULL);
        }
 
        cpdma_ctlr_start(cpsw->dma);