https://github.com/torvalds/linux
Revision 214838a2108b4b1e18abce2e28d37996e9bf7c68 authored by Ralf Baechle on 24 August 2005, 17:01:33 UTC, committed by Jeff Garzik on 27 August 2005, 08:32:39 UTC
Don't check type of sax25_family; dev_set_mac_address has already done
that before and anyway, the type to check against would have been
ARPHRD_AX25.  We only got away because AF_AX25 and ARPHRD_AX25 both happen
to be defined to the same value.

Don't check sax25_ndigis either; it's value is insignificant for the
purpose of setting the MAC address and the check has shown to break
some application software for no good reason.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
1 parent 84a2ea1
History
Tip revision: 214838a2108b4b1e18abce2e28d37996e9bf7c68 authored by Ralf Baechle on 24 August 2005, 17:01:33 UTC
[PATCH] Fix 6pack setting of MAC address
Tip revision: 214838a

README

back to top