Re: [RFC 3/3] ath10k: make target endianess more explicit

2014-08-08 Thread Kalle Valo
Michal Kazior writes: > Some copy engine structures are target specific > and are uploaded to the device during > init/configuration. > > This also cleans up a bit diag_mem_read/write > implicit byteswap mess leaving only > diag_access_read/write with an implicit endianess > byteswap. > > Signed-

[RFC 3/3] ath10k: make target endianess more explicit

2014-08-08 Thread Michal Kazior
Some copy engine structures are target specific and are uploaded to the device during init/configuration. This also cleans up a bit diag_mem_read/write implicit byteswap mess leaving only diag_access_read/write with an implicit endianess byteswap. Signed-off-by: Michal Kazior --- drivers/net/wi