summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/openvswitch/vport-internal_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c
index 95c36147a6e1..e7da29021b38 100644
--- a/net/openvswitch/vport-internal_dev.c
+++ b/net/openvswitch/vport-internal_dev.c
@@ -176,7 +176,7 @@ static void do_setup(struct net_device *netdev)
176 176
177 netdev->vlan_features = netdev->features; 177 netdev->vlan_features = netdev->features;
178 netdev->hw_enc_features = netdev->features; 178 netdev->hw_enc_features = netdev->features;
179 netdev->features |= NETIF_F_HW_VLAN_CTAG_TX; 179 netdev->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_STAG_TX;
180 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; 180 netdev->hw_features = netdev->features & ~NETIF_F_LLTX;
181 181
182 eth_hw_addr_random(netdev); 182 eth_hw_addr_random(netdev);