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

[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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment