dect
/
linux-2.6
Archived
13
0
Fork 0

tun: Fix SIOCSIFHWADDR error.

Set proper operations.

Signed-off-by: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Kusanagi Kouichi 2008-12-29 18:23:28 -08:00 committed by David S. Miller
parent 36f8b92383
commit 7a0a9608e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);