commit | 30828d2b6070f1a4c71f26da75cda4bcdabfca02 | [log] [tgz] |
---|---|---|
author | Andrew Gallatin <gallatin@myri.com> | Fri Nov 30 12:31:26 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 01 11:36:37 2012 -0500 |
tree | 4dc3bc7921683e9be7de6278bb98d47f5ee68857 | |
parent | aeaf6e9d2f49d793d3eb8c1af4095cf25e061b94 [diff] |
myri10ge: fix incorrect use of ntohs() 1b4c44e6369dbbafd113f1e00b406f1eda5ab5b2 incorrectly used ntohs() rather than htons() in myri10ge_vlan_rx(). Thanks to Fengguang Wu, Yuanhan Liu's kernel-build tester for pointing out this bug. Signed-off-by: Andrew Gallatin <gallatin@myri.com> Signed-off-by: David S. Miller <davem@davemloft.net>