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)
commit87de87d5e47f94b4ea647a5bd1bc8dc1f7930db4
tree09e0f3b084466a7abca17356cce7c39b7b1a8783
parenta67fa76d8be4e24e2d61cd76438a893d4c2886f7
wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c

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>
fs/compat_ioctl.c
include/linux/wireless.h
include/net/wext.h
net/socket.c
net/wireless/wext.c