From 5fb3204d8b258f98460f55d317efe237b2da948c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 23 Dec 2008 10:59:02 +0000 Subject: [PATCH] merge r13720 to 8.09 SVN-Revision: 13731 --- target/linux/atheros/files/drivers/net/ar2313/ar2313.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c index 985af024c7..995325a913 100644 --- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c +++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c @@ -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); -- 2.30.2