commit | 759d095741721888b6ee51afa74e0a66ce65e974 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Jun 27 23:06:33 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 29 12:29:39 2019 -0700 |
tree | e668baad90b87328024e25d93cf65ca7e8e5cce4 | |
parent | 3099c59db0f2d6b85389af5ac652569bac3f1ee8 [diff] |
r8169: improve handling VLAN tag 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 <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>