]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtase: Fix Rx descriptor CRC error bit definition
authorJustin Lai <justinlai0215@realtek.com>
Wed, 13 Aug 2025 07:16:31 +0000 (15:16 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Aug 2025 00:53:12 +0000 (17:53 -0700)
commit065c31f2c6915b38f45b1c817b31f41f62eaa774
tree538787bebd6f08cff382984dd2da75bbd4dced72
parent8c06cbdcbaea34d7b96d76df4d6669275c1d291a
rtase: Fix Rx descriptor CRC error bit definition

The CRC error bit is located at bit 17 in the Rx descriptor, but the
driver was incorrectly using bit 16. Fix it.

Fixes: a36e9f5cfe9e ("rtase: Add support for a pci table in this module")
Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Link: https://patch.msgid.link/20250813071631.7566-1-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/rtase/rtase.h