]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
can: omit received RTR frames for single ID filter lists
authorOliver Hartkopp <oliver@hartkopp.net>
Thu, 4 Dec 2008 23:01:08 +0000 (15:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Dec 2008 23:01:08 +0000 (15:01 -0800)
commitf706644d55f90e8306d87060168fef33804d6dd9
treefb3755398c41cc64c253bcc87ad96169bff67362
parent17b24b3c97498935a2ef9777370b1151dfed3f6f
can: omit received RTR frames for single ID filter lists

Since commit d253eee20195b25e298bf162a6e72f14bf4803e5 the single CAN
identifier filter lists handle only non-RTR CAN frames.

So we need to omit the check of these filter lists when receiving RTR
CAN frames.

Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/can/af_can.c