mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
mac80211: another optimization for tx performance
SVN-Revision: 24677
This commit is contained in:
parent
c9f9fc8154
commit
d6addd4ecd
@ -0,0 +1,11 @@
|
||||
--- a/net/mac80211/tx.c
|
||||
+++ b/net/mac80211/tx.c
|
||||
@@ -1943,7 +1943,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s
|
||||
*/
|
||||
if (skb_shared(skb)) {
|
||||
tmp_skb = skb;
|
||||
- skb = skb_copy(skb, GFP_ATOMIC);
|
||||
+ skb = skb_clone(skb, GFP_ATOMIC);
|
||||
kfree_skb(tmp_skb);
|
||||
|
||||
if (!skb) {
|
Loading…
x
Reference in New Issue
Block a user