Files
wlan-ap/feeds/wifi-ax/mac80211/patches/qca/146-mac80211-enable-TKIP-when-using-encapsulation-offloading
John Crispin 8cd26b4b50 ipq807x: update to 11.4-CS
Signed-off-by: John Crispin <john@phrozen.org>
2021-09-14 09:16:23 +02:00

13 lines
430 B
Plaintext

--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -4268,8 +4268,7 @@ netdev_tx_t ieee80211_subif_start_xmit_8
if (!key)
key = rcu_dereference(sdata->default_unicast_key);
- if (key && (!(key->flags & KEY_FLAG_UPLOADED_TO_HARDWARE) ||
- key->conf.cipher == WLAN_CIPHER_SUITE_TKIP))
+ if (key && (!(key->flags & KEY_FLAG_UPLOADED_TO_HARDWARE)))
goto skip_offload;
ieee80211_8023_xmit(sdata, dev, sta, key, skb);