diff options
author | Ping-Ke Shih <[email protected]> | 2023-01-19 19:31:46 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2023-02-13 19:25:01 +0200 |
commit | 6869ba4911df3a0af4863708c0f61449d54eb199 (patch) | |
tree | d92e227f27a4d63cf555b45ba7e1655b7b905fe7 /tools/perf/scripts/python/sched-migration.py | |
parent | 2cef0aeebf2c1e6b49ac7b92f234db8c81e8eb35 (diff) |
wifi: rtl8xxxu: fix txdw7 assignment of TX DESC v3
Type of txdw7 is __le16, so assign __le32 is wrong. Also, the
TXDESC_ANTENNA_SELECT_C is defined for __le32, so shift 16 bits to fit
the value. Compile test only.
sparse warnings: (new ones prefixed by >>)
>> rtl8xxxu_core.c:5198:24: sparse: sparse: invalid assignment: |=
>> rtl8xxxu_core.c:5198:24: sparse: left side has type restricted __le16
>> rtl8xxxu_core.c:5198:24: sparse: right side has type restricted __le32
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Ping-Ke Shih <[email protected]>
Tested-by: Bitterblue Smith <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions