Messages in this thread Patch in this message |  | | Date | Wed, 11 Sep 2002 15:31:32 -0700 (PDT) | Subject | Re: 802.1q + device removal causing hang | From | "David S. Miller" <> |
| |
Try this:
--- net/8021q/vlan.c.~1~ Wed Sep 11 15:34:49 2002 +++ net/8021q/vlan.c Wed Sep 11 15:34:59 2002 @@ -626,7 +626,7 @@ ret = unregister_vlan_dev(dev, VLAN_DEV_INFO(vlandev)->vlan_id); - unregister_netdev(vlandev); + unregister_netdevice(vlandev); /* Group was destroyed? */ if (ret == 1) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |