]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] BRIDGE: recompute features when adding a new device
authorOlaf Rempel <razzor@kopf-tisch.de>
Thu, 24 Nov 2005 08:00:03 +0000 (00:00 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Dec 2005 23:42:59 +0000 (15:42 -0800)
commit51adb32b28e76270e850235a9f61c8379376be51
treed23b3d9252905e9c37376f872827e1e945f99510
parentfd5bcd52d599f0c0a970005336bd9c020aee2e97
[PATCH] BRIDGE: recompute features when adding a new device

[BRIDGE]: recompute features when adding a new device

We must recompute bridge features everytime the list of underlying
devices changes, or we might end up with features that are not supported
by all devices (eg. NETIF_F_TSO)
This patch adds the missing recompute when adding a device to the bridge.

Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/bridge/br_if.c