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]: 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.