From: Luis Carlos Cobo <luisca@cozybit.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH 7/7] o80211s: (nl80211) add basic comments to allow pynl80211 add new virtual interfaces
Date: Mon, 29 Oct 2007 19:59:14 -0700 [thread overview]
Message-ID: <4727de29.0eb48c0a.7fdc.ffffbe7f@mx.google.com> (raw)
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
next reply other threads:[~2007-10-31 1:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-30 2:59 Luis Carlos Cobo [this message]
2007-10-31 12:18 ` [PATCH 7/7] o80211s: (nl80211) add basic comments to allow pynl80211 add new virtual interfaces Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4727de29.0eb48c0a.7fdc.ffffbe7f@mx.google.com \
--to=luisca@cozybit.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox