|
@@ -639,7 +639,7 @@ int br_dellink(struct net_device *dev, struct nlmsghdr *nlh, u16 flags)
|
|
|
{
|
|
|
struct nlattr *afspec;
|
|
|
struct net_bridge_port *p;
|
|
|
- int err = 0, ret_offload = 0;
|
|
|
+ int err = 0;
|
|
|
|
|
|
afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
|
|
|
if (!afspec)
|
|
@@ -658,15 +658,6 @@ int br_dellink(struct net_device *dev, struct nlmsghdr *nlh, u16 flags)
|
|
|
*/
|
|
|
br_ifinfo_notify(RTM_NEWLINK, p);
|
|
|
|
|
|
- if (p && !(flags & BRIDGE_FLAGS_SELF)) {
|
|
|
- /* del bridge attributes in hardware
|
|
|
- */
|
|
|
- ret_offload = switchdev_port_bridge_dellink(dev, nlh, flags);
|
|
|
- if (ret_offload && ret_offload != -EOPNOTSUPP)
|
|
|
- br_warn(p->br, "error deleting attrs on port %u (%s)\n",
|
|
|
- (unsigned int)p->port_no, p->dev->name);
|
|
|
- }
|
|
|
-
|
|
|
return err;
|
|
|
}
|
|
|
static int br_validate(struct nlattr *tb[], struct nlattr *data[])
|