Re: [PATCH 3/6] usbnet: allow mini-drivers to consume L2 headers

2015-12-03 Thread Oliver Neukum
On Thu, 2015-12-03 at 19:24 +0100, Bjørn Mork wrote: > Assume the minidriver has taken care of all L2 header parsing > if it sets skb->protocol. This allows the minidriver to > support non-ethernet L2 headers, and even operate without > any L2 header at all. > > Signed-off-by: Bjørn Mork Acked-b

[PATCH 3/6] usbnet: allow mini-drivers to consume L2 headers

2015-12-03 Thread Bjørn Mork
Assume the minidriver has taken care of all L2 header parsing if it sets skb->protocol. This allows the minidriver to support non-ethernet L2 headers, and even operate without any L2 header at all. Signed-off-by: Bjørn Mork --- drivers/net/usb/usbnet.c | 5 - 1 file changed, 4 insertions(+)