projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d591a1f
)
dummy: Remove references to NETIF_F_UFO.
author
David S. Miller
<davem@davemloft.net>
Mon, 3 Jul 2017 13:36:07 +0000
(06:36 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 17 Jul 2017 16:52:57 +0000
(09:52 -0700)
It is going away.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dummy.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/dummy.c
b/drivers/net/dummy.c
index d0c165d2086eaf03cfe686e1c88e654269b58989..d0a1f9ce3168ba9c7011752a6249546abfcc02df 100644
(file)
--- a/
drivers/net/dummy.c
+++ b/
drivers/net/dummy.c
@@
-345,7
+345,7
@@
static void dummy_setup(struct net_device *dev)
dev->flags &= ~IFF_MULTICAST;
dev->priv_flags |= IFF_LIVE_ADDR_CHANGE | IFF_NO_QUEUE;
dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST;
- dev->features |= NETIF_F_ALL_TSO
| NETIF_F_UFO
;
+ dev->features |= NETIF_F_ALL_TSO;
dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX;
dev->features |= NETIF_F_GSO_ENCAP_ALL;
dev->hw_features |= dev->features;