commit | 369b46e9fbcfa5136f2cb5f486c90e5f7fa92630 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.com> | Thu May 09 11:08:17 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 09 09:35:40 2019 -0700 |
tree | 663c9aa968f9db9bb68e3495c66839c9cf915d70 | |
parent | b8b277525e9df2fd2dc3d1f4fe01c6796bb107fc [diff] |
aqc111: fix writing to the phy on BE When writing to the phy on BE architectures an internal data structure was directly given, leading to it being byte swapped in the wrong way for the CPU in 50% of all cases. A temporary buffer must be used. Signed-off-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>