[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <200812292003127246950006MAD1@nm06mta.auone-net.jp>
Date: Tue, 30 Dec 2008 05:03:12 +0900
From: Kusanagi Kouichi <slash@...neweb.ne.jp>
To: netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] tun: Fix SIOCSIFHWADDR error.
Set proper operations.
Signed-off-by: Kusanagi Kouichi <slash@...neweb.ne.jp>
---
drivers/net/tun.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 666c1d9..69f9a0e 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -343,7 +343,7 @@ static void tun_net_init(struct net_device *dev)
break;
case TUN_TAP_DEV:
- dev->netdev_ops = &tun_netdev_ops;
+ dev->netdev_ops = &tap_netdev_ops;
/* Ethernet TAP Device */
ether_setup(dev);
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists