OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 16... Line 16...
16 16
17 + phy_interface_t phy_interface; 17 + phy_interface_t phy_interface;
18 struct device_node *dn; 18 struct device_node *dn;
19 unsigned int tx_csum_limit; 19 unsigned int tx_csum_limit;
20 struct phylink *phylink; 20 struct phylink *phylink;
Line 21... Line 21...
21 @@ -4315,6 +4316,7 @@ static int mvneta_probe(struct platform_ 21 @@ -4316,6 +4317,7 @@ static int mvneta_probe(struct platform_
22 22
23 pp = netdev_priv(dev); 23 pp = netdev_priv(dev);
24 spin_lock_init(&pp->lock); 24 spin_lock_init(&pp->lock);