From 521df1a1424c1a9df71b6e7230fcacd45cbaadc9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 5 Oct 2022 16:36:36 +0200 Subject: [PATCH] mac80211-ax: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 Rekeying PTK for STA 2e:54:0a:55:25:c6 but driver can't safely do that. Rekeying PTK for STA 48:26:2c:3e:b0:f4 but driver can't safely do that. ath11k c000000.wifi: failed to flush transmit queue 0 Fixes: WIFI-11004 Signed-off-by: John Crispin --- .../mac80211/patches/pending/211-replace_txq0.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 feeds/wifi-ax/mac80211/patches/pending/211-replace_txq0.patch diff --git a/feeds/wifi-ax/mac80211/patches/pending/211-replace_txq0.patch b/feeds/wifi-ax/mac80211/patches/pending/211-replace_txq0.patch new file mode 100644 index 000000000..b36d417c8 --- /dev/null +++ b/feeds/wifi-ax/mac80211/patches/pending/211-replace_txq0.patch @@ -0,0 +1,12 @@ +Index: backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/mac.c +=================================================================== +--- 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 +@@ -9356,6 +9356,7 @@ static int __ath11k_mac_register(struct + wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST); + wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_STA_TX_PWR); + wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_BSS_COLOR); ++ wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CAN_REPLACE_PTK0); + + if (test_bit(WMI_TLV_SERVICE_SCAN_PHYMODE_SUPPORT, + ar->ab->wmi_ab.svc_map))