diff options
-rw-r--r-- | include/net/ax25.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index 7ddf6b26d335..9dbcd9e51c00 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h | |||
@@ -97,11 +97,11 @@ | |||
97 | /* Define Link State constants. */ | 97 | /* Define Link State constants. */ |
98 | 98 | ||
99 | enum { | 99 | enum { |
100 | AX25_STATE_0, | 100 | AX25_STATE_0, /* Listening */ |
101 | AX25_STATE_1, | 101 | AX25_STATE_1, /* SABM sent */ |
102 | AX25_STATE_2, | 102 | AX25_STATE_2, /* DISC sent */ |
103 | AX25_STATE_3, | 103 | AX25_STATE_3, /* Established */ |
104 | AX25_STATE_4 | 104 | AX25_STATE_4 /* Recovery */ |
105 | }; | 105 | }; |
106 | 106 | ||
107 | #define AX25_MODULUS 8 /* Standard AX.25 modulus */ | 107 | #define AX25_MODULUS 8 /* Standard AX.25 modulus */ |