Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21093
b: refs/heads/master
c: c7c694d
h: refs/heads/master
i:
  21091: 0af7857
v: v3
  • Loading branch information
Ralf Baechle DL5RB authored and David S. Miller committed Mar 19, 2006
1 parent b2cb64b commit 6e66ee7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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: 60a6dc55b93b3321afa52f650a149fb7e87fa85a
refs/heads/master: c7c694d196a39af6e644e24279953d04f30362db
9 changes: 8 additions & 1 deletion trunk/include/net/ax25.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,15 @@ enum {
enum {
AX25_PROTO_STD_SIMPLEX,
AX25_PROTO_STD_DUPLEX,
#ifdef CONFIG_AX25_DAMA_SLAVE
AX25_PROTO_DAMA_SLAVE,
AX25_PROTO_DAMA_MASTER
#ifdef CONFIG_AX25_DAMA_MASTER
AX25_PROTO_DAMA_MASTER,
#define AX25_PROTO_MAX AX25_PROTO_DAMA_MASTER
#endif
#endif
__AX25_PROTO_MAX,
AX25_PROTO_MAX = __AX25_PROTO_MAX -1
};

enum {
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ax25/sysctl_net_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static int min_t3[1], max_t3[] = {3600 * HZ};
static int min_idle[1], max_idle[] = {65535 * HZ};
static int min_n2[] = {1}, max_n2[] = {31};
static int min_paclen[] = {1}, max_paclen[] = {512};
static int min_proto[1], max_proto[] = {3};
static int min_proto[1], max_proto[] = { AX25_PROTO_MAX };
static int min_ds_timeout[1], max_ds_timeout[] = {65535 * HZ};

static struct ctl_table_header *ax25_table_header;
Expand Down

0 comments on commit 6e66ee7

Please sign in to comment.