From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.linux.dev
Cc: James Prestwood <prestwoj@gmail.com>
Subject: [PATCH] wiphy: set neighbor report bit in RM capabilities
Date: Mon, 5 Aug 2024 08:37:15 -0700 [thread overview]
Message-ID: <20240805153715.1049286-1-prestwoj@gmail.com> (raw)
---
src/wiphy.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/wiphy.c b/src/wiphy.c
index fb36ebb2..19dbcac3 100644
--- a/src/wiphy.c
+++ b/src/wiphy.c
@@ -2121,8 +2121,12 @@ static void wiphy_setup_rm_enabled_capabilities(struct wiphy *wiphy)
wiphy->rm_enabled_capabilities[0] = IE_TYPE_RM_ENABLED_CAPABILITIES;
wiphy->rm_enabled_capabilities[1] = 5;
- /* Bits: Passive (4), Active (5), and Beacon Table (6) capabilities */
- wiphy->rm_enabled_capabilities[2] = 0x70;
+ /* Bits: Passive (4)
+ * Active (5)
+ * Beacon Table (6)
+ * Neighbor Reports (2)
+ */
+ wiphy->rm_enabled_capabilities[2] = 0x72;
/*
* TODO: Support at least Link Measurement if TX_POWER_INSERTION is
--
2.34.1
reply other threads:[~2024-08-05 15:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20240805153715.1049286-1-prestwoj@gmail.com \
--to=prestwoj@gmail.com \
--cc=iwd@lists.linux.dev \
/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