commit | 133747e8d1e912863edfb3869e36b97b9939d4fc | [log] [tgz] |
---|---|---|
author | Olaf Rempel <razzor@kopf-tisch.de> | Wed Nov 23 19:04:08 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 23 19:04:08 2005 -0800 |
tree | 9ae6c1b39bd3dc08a1a8b4b96ba28be0ed553609 | |
parent | de919820cf7fe6674cdf47f8f47d2af284e4309f [diff] |
[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>