ps3_gelic: lower NAPI weight
[deliverable/linux.git] / drivers / net / ethernet / toshiba / ps3_gelic_net.c
index ad32af67e618c05ee67ec0505c161ec0c2415d13..9c805e0c0cae87bd81bb305a6c51cb3c58b479e1 100644 (file)
@@ -1466,8 +1466,7 @@ static void gelic_ether_setup_netdev_ops(struct net_device *netdev,
 {
        netdev->watchdog_timeo = GELIC_NET_WATCHDOG_TIMEOUT;
        /* NAPI */
-       netif_napi_add(netdev, napi,
-                      gelic_net_poll, GELIC_NET_NAPI_WEIGHT);
+       netif_napi_add(netdev, napi, gelic_net_poll, NAPI_POLL_WEIGHT);
        netdev->ethtool_ops = &gelic_ether_ethtool_ops;
        netdev->netdev_ops = &gelic_netdevice_ops;
 }
This page took 0.033055 seconds and 5 git commands to generate.