commit | 13f18aa05f5abe135f47b6417537ae2b2fedc18c | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Nov 05 20:44:37 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 05 21:40:17 2009 -0800 |
tree | 3bcf8c52bd9d957fd09a87224c9d44566071f981 | |
parent | 89794a6f3bf6db552b1ff4d2ad42fdd8739ac2a2 [diff] |
net: drop capability from protocol definitions struct can_proto had a capability field which wasn't ever used. It is dropped entirely. struct inet_protosw had a capability field which can be more clearly expressed in the code by just checking if sock->type = SOCK_RAW. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>