]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtase: Correct the speed for RTL907XD-V1
authorJustin Lai <justinlai0215@realtek.com>
Wed, 20 Nov 2024 07:56:23 +0000 (15:56 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 26 Nov 2024 09:12:58 +0000 (10:12 +0100)
commitc1fc14c4df801fe2d9ec3160b52fa63569ce164c
treef9d85a6fed7683895b4d1d79755afcda376c5d11
parenta1f8609ff1f658e410f78d800ca947d57e51996a
rtase: Correct the speed for RTL907XD-V1

Previously, the reported speed was uniformly set to SPEED_5000, but the
RTL907XD-V1 actually operates at a speed of SPEED_10000. Therefore, this
patch makes the necessary correction.

Fixes: dd7f17c40fd1 ("rtase: Implement ethtool function")
Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/realtek/rtase/rtase_main.c