Revert "net: usb: qmi_wwan: fix memory leak for not ip packets"

This reverts commit 3789fee8a8.
This commit is contained in:
Ksawlii 2024-11-24 00:23:55 +01:00
parent 403fa37a8b
commit 9b5b6a7525

View file

@ -216,7 +216,6 @@ static int qmimux_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
break;
default:
/* not ip - do not know what to do */
kfree_skb(skbn);
goto skip;
}