aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_async.h
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-11-19 04:27:53 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-11-19 04:27:53 +0000
commit19a52c592d5a31736edfac1bfbef2a0b1fab5d52 (patch)
tree3dfec27a03db3e5a717dda7375e4acc50fdf5432 /sys/netgraph/ng_async.h
parent3a58352eb0767d173ff694ec512197e44cc18f58 (diff)
downloadsrc-19a52c592d5a31736edfac1bfbef2a0b1fab5d52.tar.gz
src-19a52c592d5a31736edfac1bfbef2a0b1fab5d52.zip
Remove the address and control field compression functionality of this
node type. ACF is device independent and therefore belongs in ng_ppp.c (which already implements it).
Notes
Notes: svn path=/head/; revision=53394
Diffstat (limited to 'sys/netgraph/ng_async.h')
-rw-r--r--sys/netgraph/ng_async.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netgraph/ng_async.h b/sys/netgraph/ng_async.h
index 008cf2eb4ea5..6df6620484bb 100644
--- a/sys/netgraph/ng_async.h
+++ b/sys/netgraph/ng_async.h
@@ -45,7 +45,7 @@
/* Type name and cookie */
#define NG_ASYNC_NODE_TYPE "async"
-#define NGM_ASYNC_COOKIE 886473716
+#define NGM_ASYNC_COOKIE 886473717
/* Hook names */
#define NG_ASYNC_HOOK_SYNC "sync" /* Sync frames */
@@ -71,7 +71,6 @@ struct ng_async_stat {
/* Configuration for this node */
struct ng_async_cfg {
u_char enabled; /* Turn encoding on/off */
- u_char acfcomp; /* Address/control field compression */
u_int16_t amru; /* Max receive async frame length */
u_int16_t smru; /* Max receive sync frame length */
u_int32_t accm; /* ACCM encoding */