summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-09-25 21:47:12 +0200
committerJeff Garzik <jeff@garzik.org>2007-09-25 21:47:12 +0200
commit2aee6198652b32e5eaef29a8f8330a9dd15b8efd (patch)
treea95da0809e23f506639309d584468edb87f60212 /fs
parentMerge branch 'r8169-for-jeff-20070919' of git://electric-eye.fr.zoreil.com/ho... (diff)
parent[PATCH] WE : Add missing auth compat-ioctl (diff)
downloadlinux-2aee6198652b32e5eaef29a8f8330a9dd15b8efd.tar.xz
linux-2aee6198652b32e5eaef29a8f8330a9dd15b8efd.zip
Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes
Diffstat (limited to 'fs')
-rw-r--r--fs/compat_ioctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index 5a5b7116cefb..37310b0e8107 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -3190,6 +3190,8 @@ COMPATIBLE_IOCTL(SIOCSIWRETRY)
COMPATIBLE_IOCTL(SIOCGIWRETRY)
COMPATIBLE_IOCTL(SIOCSIWPOWER)
COMPATIBLE_IOCTL(SIOCGIWPOWER)
+COMPATIBLE_IOCTL(SIOCSIWAUTH)
+COMPATIBLE_IOCTL(SIOCGIWAUTH)
/* hiddev */
COMPATIBLE_IOCTL(HIDIOCGVERSION)
COMPATIBLE_IOCTL(HIDIOCAPPLICATION)