mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 01:01:52 +00:00
[AX.25]: Add descriptions to constants
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>
This commit is contained in:
parent
9b37ee7585
commit
b01ef8ffaf
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user