bgmac: write mac address to hardware in ndo_set_mac_address
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 6 Feb 2013 04:44:58 +0000 (04:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2013 21:06:49 +0000 (16:06 -0500)
The generic implementation just changes the netdev struct and does not
write the new mac address to the hardware or issues some command to do
so.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found