Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8703
b: refs/heads/master
c: b01ef8f
h: refs/heads/master
i:
  8701: 8f8ada3
  8699: 01648ed
  8695: 2d95e9a
  8687: 15f7ec0
  8671: 6fbbaa4
  8639: 98ac315
  8575: 659a06d
  8447: f1e3c5b
  8191: 08f97ba
v: v3
  • Loading branch information
Ralf Baechle authored and David S. Miller committed Sep 12, 2005
1 parent 64076d9 commit c1fcf53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b37ee75858ce35cf3c0e4724acaf4efabb45687
refs/heads/master: b01ef8ffafc5239a871bc24af74f604654e7de2b
10 changes: 5 additions & 5 deletions trunk/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 c1fcf53

Please sign in to comment.