Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow mac address to be set in smsc95xx
Signed-off-by: popcornmix <[email protected]> SQUASH: smsc95xx: Use dev_mod_addr to set MAC addr Since adeef3e ("net: constify netdev->dev_addr") it has been illegal to write to the dev_addr MAC address field. Later commits have added explicit checks that it hasn't been modified by nefarious means. The dev_addr_mod helper function is the accepted way to change the dev_addr field, so use it. Squash with 96c1def ("Allow mac address to be set in smsc95xx"). Signed-off-by: Phil Elwell <[email protected]>
- Loading branch information