
8 Apr
2015
8 Apr
'15
2:47 p.m.
On 8 April 2015 at 00:41, Joe Hershberger joe.hershberger@ni.com wrote:
From: Sergey Temerkhanov s.temerkhanov@gmail.com
This commit fixes incorrect DHCP/BOOTP packet layout caused by 'ulong' type size difference on 64 and 32-bit architectures. It also renames NetReadLong()/NetCopyLong() to net_read_u32/net_copy_u32() accordingly.
Signed-off-by: Radha Mohan Chintakuntla rchintakuntla@cavium.com Signed-off-by: Sergey Temerkhanov s.temerkhanov@gmail.com Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Changes in v2: None
include/net.h | 10 +++++----- net/bootp.c | 33 ++++++++++++++++----------------- net/bootp.h | 4 ++-- 3 files changed, 23 insertions(+), 24 deletions(-)
Acked-by: Simon Glass sjg@chromium.org