Author: jogo Date: 2015-03-18 11:44:15 +0100 (Wed, 18 Mar 2015) New Revision: 44875
Modified: trunk/target/linux/generic/files/drivers/net/phy/b53/b53_regs.h Log: b53: reverse duplex bit meaning for IMP state override register Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/generic/files/drivers/net/phy/b53/b53_regs.h =================================================================== --- trunk/target/linux/generic/files/drivers/net/phy/b53/b53_regs.h 2015-03-17 17:15:15 UTC (rev 44874) +++ trunk/target/linux/generic/files/drivers/net/phy/b53/b53_regs.h 2015-03-18 10:44:15 UTC (rev 44875) @@ -75,7 +75,7 @@ /* IMP Port state override register (8 bit) */ #define B53_PORT_OVERRIDE_CTRL 0x0e #define PORT_OVERRIDE_LINK BIT(0) -#define PORT_OVERRIDE_HALF_DUPLEX BIT(1) /* 0 = Full Duplex */ +#define PORT_OVERRIDE_FULL_DUPLEX BIT(1) /* 0 = Half Duplex */ #define PORT_OVERRIDE_SPEED_S 2 #define PORT_OVERRIDE_SPEED_10M (0 << PORT_OVERRIDE_SPEED_S) #define PORT_OVERRIDE_SPEED_100M (1 << PORT_OVERRIDE_SPEED_S) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
