This patch seems to fix the issue on Ubuntu 4.4 kernel.
The ath10k driver structure has been changed after 4.4, so this fix can't apply 
to 4.8+ kernel,
and it looks like should stay in 4.4 kernel only.

--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -3563,6 +3563,8 @@ static void ath10k_tx(struct ieee80211_hw *hw,
      struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
      __le16 fc = hdr->frame_control;

+ skb_orphan(skb);
+
      /* We should disable CCK RATE due to P2P */
      if (info->flags & IEEE80211_TX_CTL_NO_CCK_RATE)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1692836

Title:
  Dell XPS 9360 wifi 5G performance is poor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1692836/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to