summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-13 11:50:00 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-13 11:50:00 -0700
commit824290abe39f2d7cef8dd25e5c7f536e0ef3865d (patch)
tree9bc760882321399337c7573078c924f53a8f623f /drivers/net
parent2811cf73a4e5cefd9bddf980c1ccc92cad90d448 (diff)
parent8260e333ecf73cbdc644774b094df4b76a14136f (diff)
Merge "ath10k: Fix TCP TX throttling issue"
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 2e51590dacbb..8d49acd3c9f5 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -3506,6 +3506,7 @@ static int ath10k_mac_tx(struct ath10k *ar,
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
int ret;
+ skb_orphan(skb);
/* We should disable CCK RATE due to P2P */
if (info->flags & IEEE80211_TX_CTL_NO_CCK_RATE)
ath10k_dbg(ar, ATH10K_DBG_MAC, "IEEE80211_TX_CTL_NO_CCK_RATE\n");