Message ID | 20200528090757.11623-1-markus.theil@tu-ilmenau.de (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Johannes Berg |
Headers | show |
Series | nl80211: add missing comment on beacon prot | expand |
Heh. It's there, just not in the correct order ... sorry about that. johannes
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 :)
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
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de> --- include/uapi/linux/nl80211.h | 4 ++++ 1 file changed, 4 insertions(+)