From: Andrew Zaborowski <andrew.zaborowski@intel.com>
To: iwd@lists.01.org
Subject: [PATCH 2/7] iwmon: Update to use NL80211_ATTR_SOCKET_OWNER
Date: Thu, 05 Dec 2019 04:22:39 +0100 [thread overview]
Message-ID: <20191205032244.5957-2-andrew.zaborowski@intel.com> (raw)
In-Reply-To: <20191205032244.5957-1-andrew.zaborowski@intel.com>
[-- Attachment #1: Type: text/plain, Size: 749 bytes --]
NL80211_ATTR_IFACE_SOCKET_OWNER was renamed to NL80211_ATTR_SOCKET_OWNER.
---
monitor/nlmon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/monitor/nlmon.c b/monitor/nlmon.c
index 82acb533..6b0afef8 100644
--- a/monitor/nlmon.c
+++ b/monitor/nlmon.c
@@ -5522,8 +5522,8 @@ static const struct attr_entry attr_table[] = {
"Max AP Assoc Station" },
{ NL80211_ATTR_TDLS_PEER_CAPABILITY,
"TDLS Peer Capability", ATTR_U32 },
- { NL80211_ATTR_IFACE_SOCKET_OWNER,
- "Interface Socket Owner", ATTR_FLAG },
+ { NL80211_ATTR_SOCKET_OWNER,
+ "Socket Owns Interface/Connection", ATTR_FLAG },
{ NL80211_ATTR_CSA_C_OFFSETS_TX,
"CSA C Offsets TX" },
{ NL80211_ATTR_MAX_CSA_COUNTERS,
--
2.20.1
next prev parent reply other threads:[~2019-12-05 3:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-05 3:22 [PATCH 1/7] iwmon: Print WSC AuthorizedMACs extended attributes Andrew Zaborowski
2019-12-05 3:22 ` Andrew Zaborowski [this message]
2019-12-05 3:22 ` [PATCH 3/7] wsc: Declare the credentials structure in wsc.h Andrew Zaborowski
2019-12-09 3:49 ` Denis Kenzior
2019-12-05 3:22 ` [PATCH 4/7] wsc: Refactor to separate station-specific code Andrew Zaborowski
2019-12-09 4:40 ` Denis Kenzior
2019-12-14 1:56 ` Andrew Zaborowski
2019-12-05 3:22 ` [PATCH 5/7] wsc: Refactor to make the DBus interface reusable Andrew Zaborowski
2019-12-05 3:22 ` [PATCH 6/7] wsc: Accept extra IEs in wsc_start_enrollee Andrew Zaborowski
2019-12-09 5:03 ` Denis Kenzior
2019-12-05 3:22 ` [PATCH 7/7] doc: Generalize wsc-api method descriptions Andrew Zaborowski
2019-12-09 5:10 ` Denis Kenzior
2019-12-09 3:47 ` [PATCH 1/7] iwmon: Print WSC AuthorizedMACs extended attributes Denis Kenzior
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=20191205032244.5957-2-andrew.zaborowski@intel.com \
--to=andrew.zaborowski@intel.com \
--cc=iwd@lists.01.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