patch-2.4.22 linux-2.4.22/include/net/bluetooth/rfcomm.h
Next file: linux-2.4.22/include/net/dst.h
Previous file: linux-2.4.22/include/net/bluetooth/l2cap.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/net/bluetooth/rfcomm.h
- Orig date:
2003-06-13 07:51:39.000000000 -0700
diff -urN linux-2.4.21/include/net/bluetooth/rfcomm.h linux-2.4.22/include/net/bluetooth/rfcomm.h
@@ -185,10 +185,11 @@
atomic_t refcnt;
u8 dlci;
u8 addr;
-
- uint mtu;
+ u8 priority;
u8 v24_sig;
+ u8 mscex;
+ uint mtu;
uint credits;
uint rx_credits;
uint tx_credits;
@@ -213,6 +214,11 @@
#define RFCOMM_SCHED_TIMEO 3
#define RFCOMM_SCHED_WAKEUP 31
+/* MSC exchange flags */
+#define RFCOMM_MSCEX_TX 1
+#define RFCOMM_MSCEX_RX 2
+#define RFCOMM_MSCEX_OK (RFCOMM_MSCEX_TX + RFCOMM_MSCEX_RX)
+
extern struct task_struct *rfcomm_thread;
extern unsigned long rfcomm_event;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)