kernel: fix typos in the AR8216 header file
[openwrt.git] / target / linux / generic-2.6 / files / drivers / net / phy / mvswitch.c
index 3ae8899..c2f3245 100644 (file)
@@ -366,7 +366,7 @@ mvswitch_read_status(struct phy_device *pdev)
 {
        pdev->speed = SPEED_100;
        pdev->duplex = DUPLEX_FULL;
-       pdev->state = PHY_UP;
+       pdev->link = 1;
 
        /* XXX ugly workaround: we can't force the switch
         * to gracefully handle hosts moving from one port to another,
This page took 0.022832 seconds and 4 git commands to generate.