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)
commit1af7f05628fab81fdf4412d757676412ba5db660
tree4088aa83e616feaba7ed0bb37ce70d1c80c1e218
parentfd17825480b2de3076727c677f8e257623705963
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