ethtool: allow custom interval for physical identification
[linux-2.6-block.git] / drivers / net / sky2.c
index a4b8fe564eb05e02ba367171637136f6c75cda40..c8d045114c66902abbea9054503d816aad6229f2 100644 (file)
@@ -3813,7 +3813,7 @@ static int sky2_set_phys_id(struct net_device *dev,
 
        switch (state) {
        case ETHTOOL_ID_ACTIVE:
-               return -EINVAL;
+               return 1;       /* cycle on/off once per second */
        case ETHTOOL_ID_INACTIVE:
                sky2_led(sky2, MO_LED_NORM);
                break;