···500 *501 * int (*ndo_set_mac_address)(struct net_device *dev, void *addr);502 * This function is called when the Media Access Control address503- * needs to be changed. If not this interface is not defined, the504 * mac address can not be changed.505 *506 * int (*ndo_validate_addr)(struct net_device *dev);
···500 *501 * int (*ndo_set_mac_address)(struct net_device *dev, void *addr);502 * This function is called when the Media Access Control address503+ * needs to be changed. If this interface is not defined, the504 * mac address can not be changed.505 *506 * int (*ndo_validate_addr)(struct net_device *dev);