Re: [AX.25] Fix default address and broadcast address initialization

2006-12-07 Thread David Miller
From: Ralf Baechle [EMAIL PROTECTED] Date: Thu, 7 Dec 2006 23:45:59 + Only the callsign but not the SSID part of an AX.25 address is ASCII based but Linux by initializes the SSID which should be just a 4-bit number from ASCII anyway. Fix that and convert the code to use a shared

[AX.25] Fix default address and broadcast address initialization

2006-12-07 Thread Ralf Baechle
Only the callsign but not the SSID part of an AX.25 address is ASCII based but Linux by initializes the SSID which should be just a 4-bit number from ASCII anyway. Fix that and convert the code to use a shared constant for both default addresses. While at it, use the same style for