2007-09-20 18:09:29

by Jean Tourrilhes

[permalink] [raw]
Subject: [PATCH 2.6.23] WE : Add missing auth compat-ioctl

Hi,

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
Regards,

Jean

Signed-off-by: Jean Tourrilhes <[email protected]>

-----------------------------------------------------------

diff -u -p linux-2.6.23-rc7/fs/compat_ioctl.j1.c linux-2.6.23-rc7/fs/compat_ioctl.c
--- linux-2.6.23-rc7/fs/compat_ioctl.j1.c 2007-09-20 10:37:12.000000000 -0700
+++ linux-2.6.23-rc7/fs/compat_ioctl.c 2007-09-20 10:48:06.000000000 -0700
@@ -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)