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)
commit4e209001b86c53f51980292f0efd1933c0e55d66
treebef4423945d76e2ae2a078e778ebdd90054bef01
parentb5a4c2f3d16790516ccd3b924049bab7ec2e50a2
bgmac: write mac address to hardware in ndo_set_mac_address

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>
drivers/net/ethernet/broadcom/bgmac.c