Re: [PATCH 2/6] ipw2100: add radiotap headers to packtes captured in monitor mode

2006-03-17 Thread John W. Linville
On Wed, Mar 08, 2006 at 12:59:14PM +, Christoph Hellwig wrote: > > + if (unlikely(status->frame_size > skb_tailroom(packet->skb) - > > sizeof(struct ipw_rt_hdr))) { > > please don't spill over 80 characters. > > > #include > > > > +#ifdef CONFIG_IPW2100_MONITOR > > +#include > > +#end

Re: [PATCH 2/6] ipw2100: add radiotap headers to packtes captured in monitor mode

2006-03-08 Thread James Ketrenos
Christoph Hellwig wrote: >> #include >> >>+#ifdef CONFIG_IPW2100_MONITOR >>+#include >>+#endif >> >> > >please include the header unconditionally. > > As it is only conditionally used, what is the reasoning for including what isn't needed? I'm not opposed to removing the conditional, bu

Re: [PATCH 2/6] ipw2100: add radiotap headers to packtes captured in monitor mode

2006-03-08 Thread Christoph Hellwig
> + if (unlikely(status->frame_size > skb_tailroom(packet->skb) - > sizeof(struct ipw_rt_hdr))) { please don't spill over 80 characters. > #include > > +#ifdef CONFIG_IPW2100_MONITOR > +#include > +#endif please include the header unconditionally. > + > #include and for a followon

[PATCH 2/6] ipw2100: add radiotap headers to packtes captured in monitor mode

2006-03-07 Thread Zhu Yi
From: Stefan Rompf <[EMAIL PROTECTED]> Date: Tue, 21 Feb 2006 18:36:17 + (+0800) [PATCH 2/6] ipw2100: add radiotap headers to packtes captured in monitor mode Signed-off-by: Stefan Rompf <[EMAIL PROTECTED]> Signed-off-by: Andrea Merello Signed-off-by: Zhu Yi <[EMAIL PROTECT