commit | 4e209001b86c53f51980292f0efd1933c0e55d66 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Wed Feb 06 04:44:58 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 16:06:49 2013 -0500 |
tree | bef4423945d76e2ae2a078e778ebdd90054bef01 | |
parent | b5a4c2f3d16790516ccd3b924049bab7ec2e50a2 [diff] |
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>