patch-2.2.3 linux/include/net/irda/irlmp_event.h
Next file: linux/include/net/irda/irlmp_frame.h
Previous file: linux/include/net/irda/irlmp.h
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sun Mar 7 15:26:43 1999
- Orig file:
v2.2.2/linux/include/net/irda/irlmp_event.h
- Orig date:
Tue Dec 22 14:16:58 1998
diff -u --recursive --new-file v2.2.2/linux/include/net/irda/irlmp_event.h linux/include/net/irda/irlmp_event.h
@@ -6,7 +6,7 @@
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Mon Aug 4 20:40:53 1997
- * Modified at: Wed Oct 28 14:58:23 1998
+ * Modified at: Thu Feb 11 00:42:41 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
* Copyright (c) 1997 Dag Brattli <dagb@cs.uit.no>, All Rights Reserved.
@@ -72,7 +72,7 @@
LM_LAP_DISCONNECT_REQUEST,
LM_LAP_DISCOVERY_REQUEST,
LM_LAP_DISCOVERY_CONFIRM,
-
+ LM_LAP_IDLE_TIMEOUT,
} IRLMP_EVENT;
/*
@@ -95,11 +95,12 @@
DISCOVERY *discovery;
};
-extern char *irlmp_state[];
-extern char *irlsap_state[];
+extern const char *irlmp_state[];
+extern const char *irlsap_state[];
void irlmp_watchdog_timer_expired( unsigned long data);
void irlmp_discovery_timer_expired( unsigned long data);
+void irlmp_idle_timer_expired( unsigned long data);
void irlmp_next_station_state( IRLMP_STATE state);
void irlmp_next_lsap_state( struct lsap_cb *self, LSAP_STATE state);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)