]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 18 Dec 2008 17:13:37 +0000 (09:13 -0800)
commit26c5652a335bdf4a4476c9d23a0b381eaa3e2073
tree7af7c0857079412fd0512da7141af5674f82e521
parentded40f69197fcdb5a223aef09cb3b382eaa36b85
can: omit received RTR frames for single ID filter lists

commit f706644d55f90e8306d87060168fef33804d6dd9 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/can/af_can.c