Hi, This is a trivial fix for a typo on Kconfig, where the Generic Random Early Detection algorithm is abbreviated as RED instead of GRED. Please CC: on replies, as I'm not subscribed to this list. Signed-off-by: Lucas Correia Villa Real <lucasvr@xxxxxxxxxxxxx> -- Lucas powered by /dev/dsp
--- linux-2.6.12-rc2/net/sched/Kconfig.orig 2005-04-20 16:33:29.000000000 +0000 +++ linux-2.6.12-rc2/net/sched/Kconfig 2005-04-20 16:33:42.000000000 +0000 @@ -185,7 +185,7 @@ depends on NET_SCHED help Say Y here if you want to use the Generic Random Early Detection - (RED) packet scheduling algorithm for some of your network devices + (GRED) packet scheduling algorithm for some of your network devices (see the top of <file:net/sched/sch_red.c> for details and references about the algorithm).