Re: [WEXT 8/12]: Pull top-level ioctl dispatch logic into helper function.

2008-01-21 Thread Masakazu Mokuno
Hi Dave, On Fri, 21 Dec 2007 20:56:23 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > > [WEXT]: Pull top-level ioctl dispatch logic into helper function. > > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> > +int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned

[WEXT 8/12]: Pull top-level ioctl dispatch logic into helper function.

2007-12-21 Thread David Miller
[WEXT]: Pull top-level ioctl dispatch logic into helper function. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> --- net/wireless/wext.c | 26 -- 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/net/wireless/wext.c b/net/wireless/wext.c index 18fa13c.