commit | 487234cc1954a1c09115a82b45ebcc2086657572 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Sep 01 17:32:34 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 01 20:19:32 2017 -0700 |
tree | 9020312da8262ed3ba8ab1978f85b05e52e7a545 | |
parent | d49e3a9f5ec493270d53b7796be4da9a1a804ce3 [diff] |
net: systemport: Correctly set TSB endian for host 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 Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>