ath10k patch to improve upload speeds
--- a/drivers/net/wireless/ath/ath10k/mac.c | |
+++ b/drivers/net/wireless/ath/ath10k/mac.c | |
@@ -3399,6 +3399,8 @@ | |
const struct ieee80211_hdr *hdr = (void *)skb->data; | |
__le16 fc = hdr->frame_control; | |
+ skb_orphan(skb); | |
+ | |
if (!vif || vif->type == NL80211_IFTYPE_MONITOR) | |
return ATH10K_HW_TXRX_RAW; |
This comment has been minimized.
This comment has been minimized.
How can I apply this as a single (if possible) installation for a new imaging of my Ubuntu Desktop. I have a laptop that has this Qualcomm card and it's atrocious. |
This comment has been minimized.
This comment has been minimized.
Is this still necessary with the 5.x kernels? |
This comment has been minimized.
This comment has been minimized.
Don't know, switched cards a long time ago. The patch comes from this thread https://bbs.archlinux.org/viewtopic.php?pid=1689990#p1689990 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
I went to the source (mac.c) and check the latest available for compilation:
The "context" of the master branch has changed somewhat. See below:
Do you mean to still apply your proposed patch to that ?