mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
include/net/iw_handler.h: Use SIOCIWFIRST not SIOCSIWCOMMIT in comment
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>
This commit is contained in:
parent
d5d9de024c
commit
f9ea3eb442
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue