struct net_device *vlandev){structvlan_dev_priv*vlan=vlan_dev_priv(vlandev);/* May be called without an actual change */if(ether_addr_equal(vlan->real_dev_addr, dev->dev_addr))return;/* vlan address was different from the old address and is equal to * the new address */if(!ethe...