Re: : Emit event stream compat iw_point objects correctly.

2008-01-21 Thread David Miller
From: Masakazu Mokuno <[EMAIL PROTECTED]> Date: Mon, 21 Jan 2008 20:23:15 +0900 > Sorry for my intermittent posts. No problem. I am sorry for being to busy to get back to active work on this patch set. > > -prism54_translate_bss(struct net_device *ndev, char *current_ev, > > - c

Re: : Emit event stream compat iw_point objects correctly.

2008-01-21 Thread Masakazu Mokuno
Hi Sorry for my intermittent posts. On Thu, 10 Jan 2008 01:16:02 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > From: Masakazu Mokuno <[EMAIL PROTECTED]> > Date: Thu, 27 Dec 2007 18:24:40 +0900 > > > On ppc64 (PS3), IW_EV_LCP_LEN is 8, not 4. > > > > include/linux/wireless.h: >

Re: : Emit event stream compat iw_point objects correctly.

2007-12-27 Thread David Miller
From: Masakazu Mokuno <[EMAIL PROTECTED]> Date: Thu, 27 Dec 2007 18:24:40 +0900 > On ppc64 (PS3), IW_EV_LCP_LEN is 8, not 4. > > include/linux/wireless.h: > > #define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) > > where sizeof(struct iw_event) == 24, sizeof(union iwreq

Re: : Emit event stream compat iw_point objects correctly.

2007-12-27 Thread Masakazu Mokuno
On Thu, 27 Dec 2007 00:57:25 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > From: Masakazu Mokuno <[EMAIL PROTECTED]> > Date: Thu, 27 Dec 2007 17:51:49 +0900 > > > Hi > > > > On Fri, 21 Dec 2007 20:58:08 -0800 (PST) > > David Miller <[EMAIL PROTECTED]> wrote: > > > > > @@ -520,7 +53

Re: : Emit event stream compat iw_point objects correctly.

2007-12-27 Thread David Miller
From: Masakazu Mokuno <[EMAIL PROTECTED]> Date: Thu, 27 Dec 2007 17:51:49 +0900 > Hi > > On Fri, 21 Dec 2007 20:58:08 -0800 (PST) > David Miller <[EMAIL PROTECTED]> wrote: > > > @@ -520,7 +530,7 @@ iwe_stream_add_point(char * stream, /* > > Stream of events */ > >

Re: : Emit event stream compat iw_point objects correctly.

2007-12-27 Thread Masakazu Mokuno
Hi On Fri, 21 Dec 2007 20:58:08 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > @@ -520,7 +530,7 @@ iwe_stream_add_point(char * stream, /* > Stream of events */ > memcpy(stream + IW_EV_LCP_LEN, > ((char *) iwe) + IW_EV_LCP_LEN + IW_E

[WEXT 12/12]: Emit event stream compat iw_point objects correctly.

2007-12-21 Thread David Miller
[WEXT]: Emit event stream compat iw_point objects correctly. Three major portions to this change: 1) Add IW_EV_COMPAT_POINT_LEN helper define. 2) Add iw_request_info argument to iwe_stream_add_point() and iwe_stream_check_add_point(), and use it to size the event and pointer lengths