[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180412.214851.2050015892149281896.davem@davemloft.net>
Date: Thu, 12 Apr 2018 21:48:51 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: EladN@...at.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] net: stmmac: fix missing support for 802.1AD tag on
reception
From: Elad Nachman <EladN@...at.com>
Date: Wed, 11 Apr 2018 15:07:40 +0000
> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c2018-04-11 17:04:00.586057300 +0300
> +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c2018-04-11 17:05:33.601992400 +0300
> @@ -3293,17 +3293,19 @@ dma_map_err:
>
> static void stmmac_rx_vlan(struct net_device *dev, struct sk_buff *skb)
> {
> -struct ethhdr *ehdr;
> +struct vlan_ethhdr *veth;
> u16 vlanid;
> +__be16 vlan_proto;
This patch has been mangled by your email client.
Powered by blists - more mailing lists