net: fix validate_link_af in rtnetlink core
authorKurt Van Dijck <kurt.van.dijck@eia.be>
Wed, 26 Jan 2011 04:55:24 +0000 (04:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jan 2011 22:39:21 +0000 (14:39 -0800)
I'm testing an API that uses IFLA_AF_SPEC attribute.
In the rtnetlink core , the set_link_af() member
of the rtnl_af_ops struct receives the nested attribute
(as I expected), but the validate_link_af() member
receives the parent attribute.
IMO, this patch fixes this.

Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found