Skip to content

Commit

Permalink
[PATCH] iw_handler.h: SIOCSIWNAME -> SIOCSIWCOMMIT in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pete Zaitcev authored and John W. Linville committed Jan 16, 2006
1 parent caa06b6 commit 0b8d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/iw_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0b8d325

Please sign in to comment.