[PATCH] net: tun/tap: fixed hw address handling

2007-03-25 Thread Brian Braunstein
From: Brian Braunstein <[EMAIL PROTECTED]> Fixed tun/tap driver's handling of hw addresses. The hw address is stored in both the net_device.dev_addr and tun.dev_addr fields. These fields were not kept synchronized, and in fact weren't even initialized to the same value. Now during bot

[PATCH] net: tun/tap: fixed hw address handling

2007-03-25 Thread Brian Braunstein
From: Brian Braunstein [EMAIL PROTECTED] Fixed tun/tap driver's handling of hw addresses. The hw address is stored in both the net_device.dev_addr and tun.dev_addr fields. These fields were not kept synchronized, and in fact weren't even initialized to the same value. Now during both init

PATCH: tun/tap driver hw address handling

2007-03-24 Thread Brian Braunstein
code outside of tun.c depends on this field. If so...I guess I'll just leave it. --- linux-2.6.20.4-ORIG/drivers/net/tun.c 2007-03-23 12:52:51.0 -0700 +++ linux-2.6.20.4/drivers/net/tun.c2007-03-24 01:36:59.0 -0700 @@ -18,6 +18,11 @@ /* * Changes: * + * Brian Braunste

PATCH: tun/tap driver hw address handling

2007-03-24 Thread Brian Braunstein
on this field. If so...I guess I'll just leave it. --- linux-2.6.20.4-ORIG/drivers/net/tun.c 2007-03-23 12:52:51.0 -0700 +++ linux-2.6.20.4/drivers/net/tun.c2007-03-24 01:36:59.0 -0700 @@ -18,6 +18,11 @@ /* * Changes: * + * Brian Braunstein [EMAIL PROTECTED] 2007/03/23