summaryrefslogtreecommitdiffstats
path: root/netrom/netromd.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2021-07-27 22:56:52 +0200
committerRalf Baechle <ralf@linux-mips.org>2021-07-27 23:04:51 +0200
commitdf12c34a62cac85d237043d575e0f156f5f8a596 (patch)
tree1ee265db0619d179131f868a8e2145c853cb5f0e /netrom/netromd.h
parent3a3c8afc8a1b98c2d992d7d58d340dc3ce4ba927 (diff)
netromd: Rewrite the code to no longer use SOCK_PACKET.
This is deprecated since a very long time. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'netrom/netromd.h')
-rw-r--r--netrom/netromd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netrom/netromd.h b/netrom/netromd.h
index 61220d2..c0fc1f4 100644
--- a/netrom/netromd.h
+++ b/netrom/netromd.h
@@ -19,6 +19,7 @@
struct port_struct {
char *device;
char *port;
+ int index;
int minimum_obs;
int default_qual;
int worst_qual;