Przeglądaj źródła

[PATCH] iw_handler.h: SIOCSIWNAME -> SIOCSIWCOMMIT in comment

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>
Pete Zaitcev 19 lat temu
rodzic
commit
0b8d3256a0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/net/iw_handler.h

+ 1 - 1
include/net/iw_handler.h

@@ -327,7 +327,7 @@ struct iw_handler_def
 	__u16			num_private_args;
 	__u16			num_private_args;
 
 
 	/* Array of handlers for standard ioctls
 	/* 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;
 	const iw_handler *	standard;