From 0d1c6d1a203e035de07bd1c24586a6d20d5d6129 Mon Sep 17 00:00:00 2001 From: Sean Khan Date: Thu, 20 Jun 2024 12:17:05 -0400 Subject: [PATCH] ath11k_nss: drop upstreamed patch A variation of this patch 'wifi: mac80211: Use flexible array in struct ieee80211_tim_ie' was upstreamed in commit 'e6e4d90b69027d74ba7e9a0a586b95a5714e10c0'. Remove it to avoid compilation issues. Signed-off-by: Sean Khan --- .../subsys/971-mac80211-fix-field-span-warning.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/kernel/mac80211/patches/nss/subsys/971-mac80211-fix-field-span-warning.patch diff --git a/package/kernel/mac80211/patches/nss/subsys/971-mac80211-fix-field-span-warning.patch b/package/kernel/mac80211/patches/nss/subsys/971-mac80211-fix-field-span-warning.patch deleted file mode 100644 index 7d7ff4025bf127..00000000000000 --- a/package/kernel/mac80211/patches/nss/subsys/971-mac80211-fix-field-span-warning.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/linux/ieee80211.h -+++ b/include/linux/ieee80211.h -@@ -961,7 +961,7 @@ struct ieee80211_tim_ie { - u8 dtim_period; - u8 bitmap_ctrl; - /* variable size: 1 - 251 bytes */ -- u8 virtual_map[1]; -+ u8 virtual_map[]; - } __packed; - - /**