aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
diff options
context:
space:
mode:
authorJean Tourrilhes <jt@hpl.hp.com>2007-09-20 11:08:18 -0700
committerJohn W. Linville <linville@tuxdriver.com>2007-09-21 11:26:33 -0400
commitd59952d532ed8fc93ccb98186f73d9ce5cfcb93d (patch)
treea4ec55dec1c70de07b29ffd9cdb871e97bd0464a /fs/compat_ioctl.c
parent[PATCH] softmac: Fix inability to associate with WEP networks (diff)
downloadlinux-dev-d59952d532ed8fc93ccb98186f73d9ce5cfcb93d.tar.xz
linux-dev-d59952d532ed8fc93ccb98186f73d9ce5cfcb93d.zip
[PATCH] WE : Add missing auth compat-ioctl
Johannes just found that we are missing a compat-ioctl declaration. The fix is trivial. As previous patches for compat-ioctl, this should also go to stable. More info : http://marc.info/?l=linux-wireless&m=119029667902588&w=2 Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'fs/compat_ioctl.c')
-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)