Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b8d3256 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by John W. Linville
Browse files

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



The ioctl was renamed from SIOCSIWNAME to SIOCSIWCOMMIT.

Signed-off-by: default avatarPete Zaitcev <zaitcev@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent caa06b61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;