commit | 87de87d5e47f94b4ea647a5bd1bc8dc1f7930db4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jun 03 09:14:03 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 16 18:32:46 2008 -0700 |
tree | 09e0f3b084466a7abca17356cce7c39b7b1a8783 | |
parent | a67fa76d8be4e24e2d61cd76438a893d4c2886f7 [diff] |
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>