Re: [PATCH] staging: wilc1000: use kernel define byte order macros
From: Dan Carpenter
Date: Fri Mar 24 2017 - 04:58:49 EST
On Thu, Mar 23, 2017 at 04:15:06PM -0600, Robert Perry Hooker wrote:
> Well, yes, all data is 'endian' one way or another, right? I guess the byte order of the tx/rx_buffers is host-endian
> (which could be big), or _maybe_ network-endian...
The good news is this code is Open Source[tm] so we don't need to guess.
It's full of little endian data.
regards,
dan carpenter