From: Venkat Duvvuru Date: Fri, 10 Jul 2015 09:32:47 +0000 (-0400) Subject: be2net: convert dest field in udp-hdr to host-endian X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~369^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1645d99768e00d3148ebded5d8c4ab55cdb19a5c;p=pandora-kernel.git be2net: convert dest field in udp-hdr to host-endian The "dest" field in the UDP-hdr of a TX skb is in network endian format. Convert it to host endian before accessing it. The os2bmc patch, mentioned below introduced this code. Fixes: 760c295e0e8d ("be2net: Support for OS2BMC") Signed-off-by: Venkat Duvvuru Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed