patch-2.2.3 linux/include/net/irda/pc87108.h
Next file: linux/include/net/irda/timer.h
Previous file: linux/include/net/irda/irtty.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Mar 7 15:26:44 1999
- Orig file:
v2.2.2/linux/include/net/irda/pc87108.h
- Orig date:
Tue Dec 22 14:16:58 1998
diff -u --recursive --new-file v2.2.2/linux/include/net/irda/pc87108.h linux/include/net/irda/pc87108.h
@@ -6,7 +6,7 @@
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Fri Nov 13 14:37:40 1998
- * Modified at: Thu Dec 10 19:58:20 1998
+ * Modified at: Mon Jan 25 23:10:25 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
* Copyright (c) 1998 Dag Brattli <dagb@cs.uit.no>
@@ -148,8 +148,8 @@
#define FRM_ST_MAX_LEN 0x10 /* Max frame len exceeded */
#define FRM_ST_PHY_ERR 0x08 /* Physical layer error */
#define FRM_ST_BAD_CRC 0x04
-#define FRM_ST_OVR2 0x02 /* Receive overrun */
-#define FRM_ST_OVR1 0x01 /* Frame status FIFO overrun */
+#define FRM_ST_OVR1 0x02 /* Receive overrun */
+#define FRM_ST_OVR2 0x01 /* Frame status FIFO overrun */
#define RFLFL 0x06
#define RFLFH 0x07
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)