summaryrefslogtreecommitdiff
path: root/patches/0090-use-skb_pad.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0090-use-skb_pad.patch')
-rw-r--r--patches/0090-use-skb_pad.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/0090-use-skb_pad.patch b/patches/0090-use-skb_pad.patch
deleted file mode 100644
index 086328c1..00000000
--- a/patches/0090-use-skb_pad.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/mediatek/mt76/usb.c
-+++ b/drivers/net/wireless/mediatek/mt76/usb.c
-@@ -535,7 +535,7 @@ int mt76u_skb_dma_info(struct sk_buff *s
- }
-
- if (unlikely(pad)) {
-- if (__skb_pad(last, pad, true))
-+ if (skb_pad(last, pad))
- return -ENOMEM;
- __skb_put(last, pad);
- }