Skip to content

Commit

Permalink
include/net/iw_handler.h: Use SIOCIWFIRST not SIOCSIWCOMMIT in comment
Browse files Browse the repository at this point in the history
to match use in IW_IOCTL_IDX macro

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Joe Perches authored and John W. Linville committed Mar 31, 2010
1 parent d5d9de0 commit f9ea3eb
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 @@ -323,7 +323,7 @@ typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info,
struct iw_handler_def {

/* Array of handlers for standard ioctls
* We will call dev->wireless_handlers->standard[ioctl - SIOCSIWCOMMIT]
* We will call dev->wireless_handlers->standard[ioctl - SIOCIWFIRST]
*/
const iw_handler * standard;
/* Number of handlers defined (more precisely, index of the
Expand Down

0 comments on commit f9ea3eb

Please sign in to comment.