realtek: Fix RTL839x TX CPU-Tag
authorBirger Koblitz <git@birger-koblitz.de>
Fri, 31 Dec 2021 17:39:22 +0000 (18:39 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 17 Feb 2022 15:21:47 +0000 (15:21 +0000)
commit2f51e567ff6704e9354a359410e41b619617b59f
treee270277e907a63c5c3a8cfb2f4d9319bc61fa991
parentb3287a21650bf1883f12efebdd7e0315ad750a59
realtek: Fix RTL839x TX CPU-Tag

Setting bits 20 and 23 in a u16 is obviously wrong.
According to https://www.svanheule.net/realtek/cypress/cputag
cpu_tag[2] starts at bit 48 in the cpu-tag structure, so
bit 43 is bit 5 in cpu_tag[2] and bit 40 is bit 8 in
cpu_tag[2].

Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
target/linux/realtek/files-5.10/drivers/net/ethernet/rtl838x_eth.c