commit | b229bf7d30d67c2640073b63ad8afff503630578 | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Tue Jul 09 17:14:54 2019 +0200 |
committer | Felix Fietkau <nbd@nbd.name> | Thu Sep 05 17:42:29 2019 +0200 |
tree | e6bb673481436a31d084e5e55de4db496a156ccc | |
parent | 820e4da1746f999c91fbfcb320ac91c6a17b9777 [diff] |
mt76: usb: fix endian in mt76u_copy In contrast to mt76_wr() which we use to program registers, on mt76_wr_copy() we should not change endian of the data. Fixes: b40b15e1521f ("mt76: add usb support to mt76 layer") Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>