[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
authorPatrick McHardy <kaber@trash.net>
Wed, 23 Jan 2008 06:11:17 +0000 (22:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:11:10 +0000 (15:11 -0800)
Convert packet schedulers to use the netlink API. Unfortunately a gradual
conversion is not possible without breaking compilation in the middle or
adding lots of casts, so this patch converts them all in one step. The
patch has been mostly generated automatically with some minor edits to
at least allow seperate conversion of classifiers and actions.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found