commit | afd708f74f1ea65249678bda4e4b1f330b1f4bb3 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sun Sep 01 10:47:06 2019 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 03 16:32:18 2019 +0300 |
tree | 92fcf010ee623846d6e742e4d3b04dc1e18d5ceb | |
parent | 3925ae06ba607f0713b69a02b92c40d9cca233b0 [diff] |
rtlwifi: rtl8192cu: Convert inline routines to little-endian words In this step, the read/write routines for the descriptors are converted to use __le32 quantities, thus a lot of casts can be removed. Callback routines still use the 8-bit arrays, but these are changed within the specified routine. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>