git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf1d37
)
xilinx ll_temac: use eth_hw_addr_random() instead of random_ether_addr()
author
Danny Kukawka
<danny.kukawka@bisect.de>
Fri, 17 Feb 2012 05:43:25 +0000
(
05:43
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 17 Feb 2012 20:58:05 +0000
(15:58 -0500)
Use eth_hw_addr_random() instead of calling random_ether_addr()
to set addr_assign_type correctly to NET_ADDR_RANDOM.
Reset the state to NET_ADDR_PERM as soon as the MAC get
changed via .ndo_set_mac_address.
v2: reworked to prevent using an extra variable
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found