diff options
author | Jean Tourrilhes <jt@hpl.hp.com> | 2007-09-20 22:08:18 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-09-21 19:26:33 +0400 |
commit | d59952d532ed8fc93ccb98186f73d9ce5cfcb93d (patch) | |
tree | a4ec55dec1c70de07b29ffd9cdb871e97bd0464a /fs/compat_ioctl.c | |
parent | efe870f9f4ad74410a18ecbf0d9ba7c14b50a0fb (diff) | |
download | linux-d59952d532ed8fc93ccb98186f73d9ce5cfcb93d.tar.xz |
[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.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) |