|
|
@@ -12,7 +12,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
#include <linux/bcm47xx_nvram.h>
|
|
|
#include "bgmac.h"
|
|
|
|
|
|
-@@ -1399,6 +1400,17 @@ static const struct ethtool_ops bgmac_et
|
|
|
+@@ -1400,6 +1401,17 @@ static const struct ethtool_ops bgmac_et
|
|
|
.get_drvinfo = bgmac_get_drvinfo,
|
|
|
};
|
|
|
|
|
|
@@ -30,7 +30,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
/**************************************************
|
|
|
* MII
|
|
|
**************************************************/
|
|
|
-@@ -1535,6 +1547,14 @@ int bgmac_enet_probe(struct bgmac *info)
|
|
|
+@@ -1536,6 +1548,14 @@ int bgmac_enet_probe(struct bgmac *info)
|
|
|
net_dev->hw_features = net_dev->features;
|
|
|
net_dev->vlan_features = net_dev->features;
|
|
|
|
|
|
@@ -45,7 +45,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
err = register_netdev(bgmac->net_dev);
|
|
|
if (err) {
|
|
|
dev_err(bgmac->dev, "Cannot register net device\n");
|
|
|
-@@ -1558,6 +1578,10 @@ EXPORT_SYMBOL_GPL(bgmac_enet_probe);
|
|
|
+@@ -1559,6 +1579,10 @@ EXPORT_SYMBOL_GPL(bgmac_enet_probe);
|
|
|
|
|
|
void bgmac_enet_remove(struct bgmac *bgmac)
|
|
|
{
|