]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit08fbd77479e6d39511b9b14fe4112ca22aedb2d3
treebef4423945d76e2ae2a078e778ebdd90054bef01
parent2560e117aaf255c671d84d793a961a633cfd2b42
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