projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa06b6
)
[PATCH] iw_handler.h: SIOCSIWNAME -> SIOCSIWCOMMIT in comment
author
Pete Zaitcev
<zaitcev@redhat.com>
Fri, 13 Jan 2006 06:17:43 +0000
(22:17 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 16 Jan 2006 21:51:53 +0000
(16:51 -0500)
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>
include/net/iw_handler.h
patch
|
blob
|
history
diff --git
a/include/net/iw_handler.h
b/include/net/iw_handler.h
index d67c8393a343711ad367108e595a48136995c9f8..a2c5e0b88422af2e7e92a98e0b925a0d20d28869 100644
(file)
--- a/
include/net/iw_handler.h
+++ b/
include/net/iw_handler.h
@@
-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 - SIOCSIW
NAME
]
+ * We will call dev->wireless_handlers->standard[ioctl - SIOCSIW
COMMIT
]
*/
const iw_handler * standard;