We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c06cbd commit 065c31fCopy full SHA for 065c31f
drivers/net/ethernet/realtek/rtase/rtase.h
@@ -241,7 +241,7 @@ union rtase_rx_desc {
241
#define RTASE_RX_RES BIT(20)
242
#define RTASE_RX_RUNT BIT(19)
243
#define RTASE_RX_RWT BIT(18)
244
-#define RTASE_RX_CRC BIT(16)
+#define RTASE_RX_CRC BIT(17)
245
#define RTASE_RX_V6F BIT(31)
246
#define RTASE_RX_V4F BIT(30)
247
#define RTASE_RX_UDPT BIT(29)
0 commit comments