Changeset 19330
- Timestamp:
- 06/07/12 14:15:35 (11 months ago)
- Location:
- src/linux/universal/linux-3.3
- Files:
-
- 3 edited
-
arch/mips/ar7240/devices.c (modified) (2 diffs)
-
arch/mips/include/asm/mach-ar71xx/platform.h (modified) (1 diff)
-
drivers/net/ethernet/ag71xx/ag71xx_dev.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/universal/linux-3.3/arch/mips/ar7240/devices.c
r19303 r19330 848 848 pdata->duplex = DUPLEX_FULL; 849 849 pdata->switch_data = &ar71xx_switch_data; 850 851 ar71xx_switch_data.phy_poll_mask |= BIT(4); 852 850 853 } 851 854 pdata->has_gbit = 1; … … 903 906 pdata->duplex = DUPLEX_FULL; 904 907 pdata->switch_data = &ar71xx_switch_data; 908 909 ar71xx_switch_data.phy_poll_mask |= BIT(4); 910 905 911 } 906 912 -
src/linux/universal/linux-3.3/arch/mips/include/asm/mach-ar71xx/platform.h
r19303 r19330 20 20 struct ag71xx_switch_platform_data { 21 21 u8 phy4_mii_en:1; 22 u8 phy_poll_mask; 22 23 }; 23 24 -
src/linux/universal/linux-3.3/drivers/net/ethernet/ag71xx/ag71xx_dev.c
r19303 r19330 764 764 pdata->duplex = DUPLEX_FULL; 765 765 pdata->switch_data = &ar71xx_switch_data; 766 ar71xx_switch_data.phy_poll_mask |= BIT(4); 766 767 } 767 768 pdata->has_gbit = 1; … … 819 820 pdata->duplex = DUPLEX_FULL; 820 821 pdata->switch_data = &ar71xx_switch_data; 822 ar71xx_switch_data.phy_poll_mask |= BIT(4); 821 823 } 822 824
Note: See TracChangeset
for help on using the changeset viewer.
