commit | 81e0ce79f2919dbd5f025894d29aa806af8695c7 | [log] [tgz] |
---|---|---|
author | Bjørn Mork <bjorn@mork.no> | Thu Dec 03 19:24:20 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 04 16:56:23 2015 -0500 |
tree | f0c25084b409f3382b693aa53327bb10a46daa56 | |
parent | 544c8f6507303e921979ac99f46f00a88b42b6e8 [diff] |
usbnet: allow mini-drivers to consume L2 headers 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 <bjorn@mork.no> Acked-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>