[PATCH RESEND wireless-next 11/18] wifi: mac80211: Enable skb extensions along with mac80211

From: Pooventhiran G

Date: Tue Sep 08 2026 - 16:04:37 EST


When mac80211 module is selected in build configs, enable SKB_EXTENSIONS
as a dependency since mac80211 has started using SKB extensions with SMD
as its first user.

Signed-off-by: Pooventhiran G <pooventhiran.g@xxxxxxxxxxxxxxxx>
---
net/mac80211/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index d6bc295e23a1..10d28985a1ce 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -9,6 +9,7 @@ config MAC80211
select CRYPTO_CCM
select CRYPTO_GCM
select CRC32
+ select SKB_EXTENSIONS
help
This option enables the hardware independent IEEE 802.11
networking stack.

--
2.34.1