Re: [PATCH net-next] net: systemport: Correctly set TSB endian for host

2017-09-01 Thread David Miller
From: Florian Fainelli Date: Fri, 1 Sep 2017 17:32:34 -0700 > Similarly to how we configure the RSB (Receive Status Block) we also > need to set the TSB (Transmit Status Block) based on the host endian. > This was missing from the commit indicated below. > > Fixes: 389a06bc534e ("net: systempor

[PATCH net-next] net: systemport: Correctly set TSB endian for host

2017-09-01 Thread Florian Fainelli
Similarly to how we configure the RSB (Receive Status Block) we also need to set the TSB (Transmit Status Block) based on the host endian. This was missing from the commit indicated below. Fixes: 389a06bc534e ("net: systemport: Set correct RSB endian bits based on host") Signed-off-by: Florian Fa