]> git.baikalelectronics.ru Git - kernel.git/commit
pasemi_mac: Fix local-mac-address parsing
authorolof@lixom.net <olof@lixom.net>
Sat, 12 May 2007 19:57:46 +0000 (14:57 -0500)
committerJeff Garzik <jeff@garzik.org>
Tue, 15 May 2007 21:44:39 +0000 (17:44 -0400)
commit7d51ad0025fa7b2729b8a539e18ed8ffa6a6bf2f
tree4088aa83e616feaba7ed0bb37ce70d1c80c1e218
parent70c9e190981a2e1ec3543499fe163b306d0c53bd
pasemi_mac: Fix local-mac-address parsing

Turns out we have an old version of firmware that stores the mac address
in 'mac-address' as a string instead of a byte array. All versions that
use local-mac-address should have it as byte array, so no need to do
string parsing for that case.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pasemi_mac.c