Re: [PATCH 1/4] [net-2.6.22] IrDA: IrLAP raw mode

2007-04-06 Thread Samuel Ortiz
On Fri, Mar 16, 2007 at 08:34:51PM -0700, David Miller wrote: From: Samuel Ortiz [EMAIL PROTECTED] Date: Sat, 17 Mar 2007 03:57:29 +0200 This patch allows us to bypass the IrDA stack down to the IrLAP level. Sending and receiving frames is done through a character device. This is useful

[PATCH 1/4] [net-2.6.22] IrDA: IrLAP raw mode

2007-03-16 Thread Samuel Ortiz
This patch allows us to bypass the IrDA stack down to the IrLAP level. Sending and receiving frames is done through a character device. This is useful for e.g. doing real IrDA sniffing, testing external IrDA stacks and for Lirc (once I will add the framing disabling switch). Signed-off-by: Samuel

Re: [PATCH 1/4] [net-2.6.22] IrDA: IrLAP raw mode

2007-03-16 Thread David Miller
From: Samuel Ortiz [EMAIL PROTECTED] Date: Sat, 17 Mar 2007 03:57:29 +0200 This patch allows us to bypass the IrDA stack down to the IrLAP level. Sending and receiving frames is done through a character device. This is useful for e.g. doing real IrDA sniffing, testing external IrDA stacks and