[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)
commit1e90474c377e92db7262a8968a45c1dd980ca9e5
tree645af56dcb17cf1a76fd3b7f1a8b833a3fffc3d7
parent01480e1cf5e2118eba8a8968239f3242072f9563
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API

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>
25 files changed:
include/net/gen_stats.h
include/net/pkt_sched.h
include/net/sch_generic.h
net/core/gen_estimator.c
net/core/gen_stats.c
net/mac80211/wme.c
net/netfilter/xt_RATEEST.c
net/sched/act_api.c
net/sched/act_police.c
net/sched/sch_api.c
net/sched/sch_atm.c
net/sched/sch_cbq.c
net/sched/sch_dsmark.c
net/sched/sch_fifo.c
net/sched/sch_generic.c
net/sched/sch_gred.c
net/sched/sch_hfsc.c
net/sched/sch_htb.c
net/sched/sch_ingress.c
net/sched/sch_netem.c
net/sched/sch_prio.c
net/sched/sch_red.c
net/sched/sch_sfq.c
net/sched/sch_tbf.c
net/sched/sch_teql.c