Skip to content
Snippets Groups Projects
Commit 1784b56f authored by nbd's avatar nbd
Browse files

atheros: reset ethernet mac when running ifconfig eth0 up, so that changing the mac address works

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13720 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent e713ba8d
No related branches found
No related tags found
No related merge requests found
......@@ -1121,6 +1121,9 @@ static int ar2313_open(struct net_device *dev)
{
struct ar2313_private *sp = netdev_priv(dev);
/* reset the hardware, in case the MAC address changed */
ar2313_reset_reg(dev);
dev->mtu = 1500;
netif_start_queue(dev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment