[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1268932960.2403.17.camel@Joe-Laptop.home>
Date: Thu, 18 Mar 2010 10:22:40 -0700
From: Joe Perches <joe@...ches.com>
To: Pavel Roskin <proski@....org>
Cc: linux-kernel@...r.kernel.org,
Richard Kennedy <richard@....demon.co.uk>,
Johannes Berg <johannes@...solutions.net>,
"John W. Linville" <linville@...driver.com>,
linux-wireless@...r.kernel.org
Subject: [PATCH v2 8/7] iw_handler.h: Use SIOCIWFIRST not SIOCSIWCOMMIT for
offset comment
On Thu, 2010-03-18 at 13:12 -0400, Pavel Roskin wrote:
> please change a comment referring to SIOCSIWCOMMIT in
> include/net/iw_handler.h
Signed-off-by: Joe Perches <joe@...ches.com>
---
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h
index b2b98f3..3afdb21 100644
--- a/include/net/iw_handler.h
+++ b/include/net/iw_handler.h
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists