mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
3eb87af37e
This updates mac80211 to version 5.15.58-1 which is based on kernel 5.15.58. The removed patches were applied upstream. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
23 lines
918 B
Diff
23 lines
918 B
Diff
--- a/include/uapi/linux/nl80211.h
|
|
+++ b/include/uapi/linux/nl80211.h
|
|
@@ -6027,6 +6027,11 @@ enum nl80211_feature_flags {
|
|
* @NL80211_EXT_FEATURE_BSS_COLOR: The driver supports BSS color collision
|
|
* detection and change announcemnts.
|
|
*
|
|
+ * @NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD: Driver running in AP mode supports
|
|
+ * FILS encryption and decryption for (Re)Association Request and Response
|
|
+ * frames. Userspace has to share FILS AAD details to the driver by using
|
|
+ * @NL80211_CMD_SET_FILS_AAD.
|
|
+ *
|
|
* @NL80211_EXT_FEATURE_RADAR_BACKGROUND: Device supports background radar/CAC
|
|
* detection.
|
|
*
|
|
@@ -6095,6 +6100,7 @@ enum nl80211_ext_feature_index {
|
|
NL80211_EXT_FEATURE_SECURE_RTT,
|
|
NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE,
|
|
NL80211_EXT_FEATURE_BSS_COLOR,
|
|
+ NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD,
|
|
NL80211_EXT_FEATURE_RADAR_BACKGROUND,
|
|
|
|
/* add new features before the definition below */
|