Skip to content

Commit

Permalink
[AX.25]: Add descriptions to constants
Browse files Browse the repository at this point in the history
Comment the names used for the AX.25 state machine.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ralf Baechle authored and David S. Miller committed Sep 12, 2005
1 parent 9b37ee7 commit b01ef8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/net/ax25.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b01ef8f

Please sign in to comment.