aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/iw_handler.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-06-03 07:39:16 -0700
committerDavid S. Miller <davem@davemloft.net>2008-06-16 18:34:49 -0700
commit0f5cabba49021d36e9f76bd97d7fa0f4a408063f (patch)
tree3305fab41ac8cc29633c146c03703d3340fd8a0d /include/net/iw_handler.h
parentwext: Remove compat handling from fs/compat_ioctl.c (diff)
downloadlinux-dev-0f5cabba49021d36e9f76bd97d7fa0f4a408063f.tar.xz
linux-dev-0f5cabba49021d36e9f76bd97d7fa0f4a408063f.zip
wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.
Now low-level WEXT ioctl handlers can do compat handling when necessary. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/iw_handler.h')
-rw-r--r--include/net/iw_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h
index 369d50e08b99..c99a8eec84e7 100644
--- a/include/net/iw_handler.h
+++ b/include/net/iw_handler.h
@@ -256,7 +256,7 @@
#define EIWCOMMIT EINPROGRESS
/* Flags available in struct iw_request_info */
-#define IW_REQUEST_FLAG_NONE 0x0000 /* No flag so far */
+#define IW_REQUEST_FLAG_COMPAT 0x0001 /* Compat ioctl call */
/* Type of headers we know about (basically union iwreq_data) */
#define IW_HEADER_TYPE_NULL 0 /* Not available */