]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] iw_handler.h: SIOCSIWNAME -> SIOCSIWCOMMIT in comment
authorPete Zaitcev <zaitcev@redhat.com>
Fri, 13 Jan 2006 06:17:43 +0000 (22:17 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Jan 2006 21:51:53 +0000 (16:51 -0500)
The ioctl was renamed from SIOCSIWNAME to SIOCSIWCOMMIT.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/iw_handler.h

index d67c8393a343711ad367108e595a48136995c9f8..a2c5e0b88422af2e7e92a98e0b925a0d20d28869 100644 (file)
@@ -327,7 +327,7 @@ struct iw_handler_def
        __u16                   num_private_args;
 
        /* Array of handlers for standard ioctls
-        * We will call dev->wireless_handlers->standard[ioctl - SIOCSIWNAME]
+        * We will call dev->wireless_handlers->standard[ioctl - SIOCSIWCOMMIT]
         */
        const iw_handler *      standard;