aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch')
-rw-r--r--target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch b/target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch
index 08408e2414..e88e31477e 100644
--- a/target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch
+++ b/target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch
@@ -64,11 +64,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/qmi_wwan.c | 1 +
1 file changed, 1 insertion(+)
-diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
-index a4f229edcceb..8d4a6f7cba61 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
-@@ -499,6 +499,7 @@ static int qmi_wwan_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
+@@ -203,6 +203,7 @@ static int qmi_wwan_rx_fixup(struct usbn
return 1;
}
if (rawip) {
@@ -76,6 +74,3 @@ index a4f229edcceb..8d4a6f7cba61 100644
skb->dev = dev->net; /* normally set by eth_type_trans */
skb->protocol = proto;
return 1;
---
-2.7.4
-