2020-05-28 09:09:11

by Markus Theil

[permalink] [raw]
Subject: [PATCH] nl80211: add missing comment on beacon prot

Signed-off-by: Markus Theil <[email protected]>
---
include/uapi/linux/nl80211.h | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index c14666b75e57..f6b5bff49b6f 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -5753,6 +5753,10 @@ enum nl80211_feature_flags {
* @NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS: management frame registrations
* are possible for multicast frames and those will be reported properly.
*
+ * @NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT: driver can verify that
+ * received Beacon frames have a valid MME in station mode when a
+ * BIGTK is configured
+ *
* @NL80211_EXT_FEATURE_SCAN_FREQ_KHZ: This driver supports receiving and
* reporting scan request with %NL80211_ATTR_SCAN_FREQ_KHZ. In order to
* report %NL80211_ATTR_SCAN_FREQ_KHZ, %NL80211_SCAN_FLAG_FREQ_KHZ must be
--
2.26.2


2020-05-28 09:09:42

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] nl80211: add missing comment on beacon prot

Heh. It's there, just not in the correct order ... sorry about that.

johannes

2020-05-28 09:10:47

by Markus Theil

[permalink] [raw]
Subject: Re: [PATCH] nl80211: add missing comment on beacon prot

On 5/28/20 11:08 AM, Johannes Berg wrote:
> Heh. It's there, just not in the correct order ... sorry about that.
>
> johannes
>
Oh, sorry. Missed that :)