|
@@ -1954,7 +1954,7 @@ static int __bond_release_one(struct net_device *bond_dev,
|
|
|
bond_set_carrier(bond);
|
|
|
eth_hw_addr_random(bond_dev);
|
|
|
|
|
|
- if (bond_vlan_used(bond)) {
|
|
|
+ if (vlan_uses_dev(bond_dev)) {
|
|
|
pr_warning("%s: Warning: clearing HW address of %s while it still has VLANs.\n",
|
|
|
bond_dev->name, bond_dev->name);
|
|
|
pr_warning("%s: When re-adding slaves, make sure the bond's HW address matches its VLANs'.\n",
|