commit | 1dce7eb37333a5e1b155a381d8b517c5e2d2bc39 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Oct 09 12:37:11 2019 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Oct 11 11:56:56 2019 +0300 |
tree | 8723d2f5b7a5c618fbea74a3c4813e9ec3803f49 | |
parent | 06aae1b02285fd144ff1f1c50a7824f09dc8d778 [diff] |
rtlwifi: rtl8192se: 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>