Re: [PATCH net-next] myri10ge: fix incorrect use of ntohs()
From: David Miller <davem@davemloft.net>
Date: 2012-12-01 16:37:16
From: David Miller <davem@davemloft.net>
Date: 2012-12-01 16:37:16
From: Andrew Gallatin <redacted> Date: Fri, 30 Nov 2012 17:31:26 -0500
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 <redacted>
Applied.