patch-2.2.10 linux/include/net/irda/irlpt_common.h
Next file: linux/include/net/irda/irport.h
Previous file: linux/include/net/irda/irlmp.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sun May 30 10:17:03 1999
- Orig file:
v2.2.9/linux/include/net/irda/irlpt_common.h
- Orig date:
Wed Mar 10 15:29:50 1999
diff -u --recursive --new-file v2.2.9/linux/include/net/irda/irlpt_common.h linux/include/net/irda/irlpt_common.h
@@ -158,7 +158,8 @@
struct miscdevice ir_dev; /* used to register the misc device. */
int count; /* open count */
- int irlap_data_size; /* max frame size we can send */
+ int max_data_size; /* max frame size we can send */
+ int max_header_size; /* how much header space is needed */
int pkt_count; /* how many packets are queued up */
struct wait_queue *read_wait; /* wait queues */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)