Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d59952d532ed8fc93ccb98186f73d9ce5cfcb93d
Commit:     d59952d532ed8fc93ccb98186f73d9ce5cfcb93d
Parent:     efe870f9f4ad74410a18ecbf0d9ba7c14b50a0fb
Author:     Jean Tourrilhes <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 20 11:08:18 2007 -0700
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Fri Sep 21 11:26:33 2007 -0400

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 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 5a5b711..37310b0 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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to