From: Ralf Baechle Date: Mon, 12 Sep 2005 21:24:24 +0000 (-0700) Subject: [AX.25]: Add descriptions to constants X-Git-Tag: v2.6.14-rc1~7^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b01ef8ffafc5239a871bc24af74f604654e7de2b;p=platform%2Fkernel%2Flinux-exynos.git [AX.25]: Add descriptions to constants Comment the names used for the AX.25 state machine. Signed-off-by: Ralf Baechle DL5RB Signed-off-by: David S. Miller --- diff --git a/include/net/ax25.h b/include/net/ax25.h index 7ddf6b2..9dbcd9e 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h @@ -97,11 +97,11 @@ /* Define Link State constants. */ enum { - AX25_STATE_0, - AX25_STATE_1, - AX25_STATE_2, - AX25_STATE_3, - AX25_STATE_4 + AX25_STATE_0, /* Listening */ + AX25_STATE_1, /* SABM sent */ + AX25_STATE_2, /* DISC sent */ + AX25_STATE_3, /* Established */ + AX25_STATE_4 /* Recovery */ }; #define AX25_MODULUS 8 /* Standard AX.25 modulus */