patch-2.4.21 linux-2.4.21/drivers/bluetooth/hci_h4.h

Next file: linux-2.4.21/drivers/bluetooth/hci_ldisc.c
Previous file: linux-2.4.21/drivers/bluetooth/hci_h4.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/bluetooth/hci_h4.h linux-2.4.21/drivers/bluetooth/hci_h4.h
@@ -23,7 +23,7 @@
 */
 
 /*
- * $Id: hci_h4.h,v 1.1.1.1 2002/03/08 21:03:15 maxk Exp $
+ * $Id: hci_h4.h,v 1.2 2002/09/09 01:17:32 maxk Exp $
  */
 
 #ifdef __KERNEL__
@@ -31,6 +31,7 @@
 	unsigned long rx_state;
 	unsigned long rx_count;
 	struct sk_buff *rx_skb;
+	struct sk_buff_head txq;
 };
 
 /* H4 receiver States */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)