From: Ralf Baechle Date: Thu, 7 Dec 2006 23:47:08 +0000 (-0800) Subject: [AX.25]: Fix default address and broadcast address initialization. X-Git-Tag: v2.6.20-rc1~34^2~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b1c0e822f578306332d4f4c449250db5c5dceb;p=pandora-kernel.git [AX.25]: Fix default address and broadcast address initialization. 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 null_ax25_address also. Signed-off-by: Ralf Baechle Signed-off-by: David S. Miller --- Reading git-diff-tree failed