Yes it looks like it was refactored as a result of f2f6ecabe, but following the refactor here is where it would go in a newer kernel.
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 3029f25..8441b33 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -4138,6 +4138,8 @@ static void ath10k_mac_op_tx(struct ieee80211_hw *hw, bool is_presp; int ret; + skb_orphan(skb); + ath10k_mac_tx_h_fill_cb(ar, vif, txq, skb); txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); Can you please check if on 4.11 the problem exists and that still fixes it in 4.11? If so, it makes sense to me to try to submit upstream this fix. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1692836 Title: Dell XPS 9360 wifi 5G performance is poor Status in HWE Next: New Status in linux package in Ubuntu: Fix Committed Bug description: TX throughput is not good in Ubuntu in IEEE 802.11ac mode. Measured Rx 60Mbit/s and Tx 12Mbit/s with Ubuntu Windows 10 (1607) performs much better with on transmit side Rx 73MBit/s and Tx 62MBit/s using the same hardware setup. Same result with WPA2 disabled in unencrypted mode. Steps to Reproduce: 1. connect to Wifi 2. copy a large file from XPS 13 to a share on a 2nd system To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1692836/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp