diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-09-25 21:47:12 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-09-25 21:47:12 +0200 |
commit | 2aee6198652b32e5eaef29a8f8330a9dd15b8efd (patch) | |
tree | a95da0809e23f506639309d584468edb87f60212 /fs | |
parent | Merge branch 'r8169-for-jeff-20070919' of git://electric-eye.fr.zoreil.com/ho... (diff) | |
parent | [PATCH] WE : Add missing auth compat-ioctl (diff) | |
download | linux-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.c | 2 |
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) |