From: Heiner Kallweit <hkallwe...@gmail.com> Date: Thu, 27 Jun 2019 23:06:33 +0200
> The VLAN tag is stored in the descriptor in network byte order. > Using swab16 works on little endian host systems only. Better play safe > and use ntohs or htons respectively. > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> Applied.