From 650adaf7ad958fe926d152ed6b8dd59cd336e4cf Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 20 Sep 2021 16:09:01 +0200 Subject: [PATCH] mac80211/ax: disable encap offload * this was breaking wds Signed-off-by: John Crispin --- .../mac80211/patches/pending/214-no-encap.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/feeds/wifi-ax/mac80211/patches/pending/214-no-encap.patch b/feeds/wifi-ax/mac80211/patches/pending/214-no-encap.patch index ae6073dfd..83259cae8 100644 --- a/feeds/wifi-ax/mac80211/patches/pending/214-no-encap.patch +++ b/feeds/wifi-ax/mac80211/patches/pending/214-no-encap.patch @@ -2,7 +2,15 @@ Index: backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/m =================================================================== --- backports-20210222_001-4.4.60-b157d2276.orig/drivers/net/wireless/ath/ath11k/mac.c +++ backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/mac.c -@@ -6835,6 +6835,8 @@ static int ath11k_mac_op_add_interface(s +@@ -6590,6 +6590,7 @@ static int ath11k_mac_op_update_vif_offl + u32 param_id, param_value; + int ret; + ++ return 0; + if (ab->nss.enabled && vif->type == NL80211_IFTYPE_AP_VLAN) + return 0; + +@@ -6835,6 +6836,8 @@ static int ath11k_mac_op_add_interface(s else param_value = ATH11K_HW_TXRX_NATIVE_WIFI;