+5
−2
+1
−1
+0
−7
+8
−46
Loading
This reverts commit 1a620a72 and its follow-up fixes for the introduced dependency issues. commit 1a620a72 ("can: raw: instantly reject unsupported CAN frames") commit cb2dc6d2 ("can: Kconfig: select CAN driver infrastructure by default") commit 6abd4577 ("can: fix build dependency") commit 5a5aff63 ("can: fix build dependency") The entire problem was caused by the requirement that a new network layer feature needed to know about the protocol capabilities of the CAN devices. Instead of accessing CAN device internal data structures which caused the dependency problems a better approach has been developed which makes use of CAN specific ml_priv data which is accessible from both sides. Cc: Marc Kleine-Budde <mkl@pengutronix.de> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Vincent Mailhol <mailhol@kernel.org> Signed-off-by:Oliver Hartkopp <socketcan@hartkopp.net> Link: https://patch.msgid.link/20260109144135.8495-2-socketcan@hartkopp.net Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de>