wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Jun 2008 16:14:03 +0000 (09:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 01:32:46 +0000 (18:32 -0700)
Next we can kill the hacks in fs/compat_ioctl.c and also
dispatch compat ioctls down into the driver and 80211 protocol
helper layers in order to handle iw_point objects embedded in
stream replies which need to be translated.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found