sapphire-kernel: headers: Update to 5.15.104

Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
chrisl7
2023-09-07 22:31:53 +00:00
committed by boedhack99
parent 4ff092f9fd
commit 07cfdd7b28
2 changed files with 0 additions and 10 deletions

View File

@@ -6341,9 +6341,6 @@ enum nl80211_feature_flags {
* @NL80211_EXT_FEATURE_RADAR_BACKGROUND: Device supports background radar/CAC
* detection.
*
* @NL80211_EXT_FEATURE_AUTH_TX_RANDOM_TA: Device supports randomized TA
* for authentication frames in @NL80211_CMD_FRAME.
*
* @NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE: Device can perform a MAC address
* change without having to bring the underlying network device down
* first. For example, in station mode this can be used to vary the
@@ -6420,7 +6417,6 @@ enum nl80211_ext_feature_index {
NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD,
NL80211_EXT_FEATURE_RADAR_BACKGROUND,
NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE,
NL80211_EXT_FEATURE_AUTH_TX_RANDOM_TA,
NL80211_EXT_FEATURE_RESERVED_DO_NOT_USE_2 = 63,
NL80211_EXT_FEATURE_RESERVED_DO_NOT_USE_3 = 64,
NL80211_EXT_FEATURE_RESERVED_DO_NOT_USE_4 = 65,

View File

@@ -27,7 +27,6 @@ enum qrtr_pkt_type {
QRTR_TYPE_NEW_LOOKUP = 10,
QRTR_TYPE_DEL_LOOKUP = 11,
};
#define QRTR_TYPE_DEL_PROC 13
struct qrtr_ctrl_pkt {
__le32 cmd;
@@ -44,11 +43,6 @@ struct qrtr_ctrl_pkt {
__le32 node;
__le32 port;
} client;
struct {
__le32 rsvd;
__le32 node;
} proc;
};
} __attribute__((packed));