commit | 80429a86e3d904be33991a2b9f29fa3b9983fb3a | [log] [tgz] |
---|---|---|
author | Ping-Ke Shih <pkshih@realtek.com> | Fri May 10 16:03:33 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue May 28 15:34:01 2019 +0300 |
tree | 5fbc82be6e03067fde4ec74a32fb08f8d303e65d | |
parent | 0e7d38132bf8fbf6651add139ef506106d91ab29 [diff] |
rtlwifi: 8192de: use le32 to access cckswing tables The cckswing tables cckswing_table_ch1ch13 and cckswing_table_ch14 are u8 array in little-endian order. To compare four u8 value with register u32 value, cast the value to cpu order. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>