Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 7/7] o80211s: (nl80211) add basic comments to allow pynl80211 add new virtual interfaces
@ 2007-10-30  2:59 Luis Carlos Cobo
  2007-10-31 12:18 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Luis Carlos Cobo @ 2007-10-30  2:59 UTC (permalink / raw)
  To: linux-wireless


Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
---
 include/linux/nl80211.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index 0e6abae..e90e0ea 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -52,6 +52,7 @@ enum nl80211_commands {
 
 	NL80211_CMD_GET_INTERFACE,	/* can dump */
 	NL80211_CMD_SET_INTERFACE,
+	/* %input: wiphy, ifname, {iftype} */
 	NL80211_CMD_NEW_INTERFACE,
 	NL80211_CMD_DEL_INTERFACE,
 
@@ -87,12 +88,15 @@ enum nl80211_commands {
 enum nl80211_attrs {
 /* don't change the order or add anything inbetween, this is ABI! */
 	NL80211_ATTR_UNSPEC,
-
+	/* %type: u32 */
 	NL80211_ATTR_WIPHY,
 	NL80211_ATTR_WIPHY_NAME,
 
+	/* %type: u32 */
 	NL80211_ATTR_IFINDEX,
+	/* %type: nulstring */
 	NL80211_ATTR_IFNAME,
+	/* %type: u32 */
 	NL80211_ATTR_IFTYPE,
 
 	/* add attributes here, update the policy in nl80211.c */
-- 
1.5.2.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 7/7] o80211s: (nl80211) add basic comments to allow pynl80211 add new virtual interfaces
  2007-10-30  2:59 [PATCH 7/7] o80211s: (nl80211) add basic comments to allow pynl80211 add new virtual interfaces Luis Carlos Cobo
@ 2007-10-31 12:18 ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2007-10-31 12:18 UTC (permalink / raw)
  To: Luis Carlos Cobo; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]


Nah, you should use iw instead now.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-31 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30  2:59 [PATCH 7/7] o80211s: (nl80211) add basic comments to allow pynl80211 add new virtual interfaces Luis Carlos Cobo
2007-10-31 12:18 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox