From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 02 Jul 2008 00:17:35 -0700 Subject: [U-Boot-Users] [PATCH] Fix dm9000 receive status and len little endian issue In-Reply-To: <1214426932-14881-1-git-send-email-Tsi-Chung.Liew@freescale.com> References: <1214426932-14881-1-git-send-email-Tsi-Chung.Liew@freescale.com> Message-ID: <486B2B8F.9020902@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tsi-Chung Liew wrote: > From: TsiChung Liew > z > The received status and len was in little endian > format and caused the ethernet unable to proceed > further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit(). > > Signed-off-by: TsiChung Liew > Applied to 'next' branch of net repo. thanks, Ben