Subject: Re: Kernel fails to compile with new ieee80211
To: Nino Dehne <ndehne@gmail.com>
From: Marcin Jessa <lists@yazzy.org>
List: current-users
Date: 07/31/2005 19:07:31
On Fri, 29 Jul 2005 05:15:02 +0200
Nino Dehne <ndehne@gmail.com> wrote:

> Marcin Jessa wrote:
> > Still no love with following options in the kernel:
> > options         ALTQ            # Manipulate network interfaces' output queues
> > options         ALTQ_BLUE       # Stochastic Fair Blue
> > options         ALTQ_CBQ        # Class-Based Queueing
> > options         ALTQ_CDNR       # Diffserv Traffic Conditioner
> > options         ALTQ_FIFOQ      # First-In First-Out Queue
> > options         ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
> > options         ALTQ_HFSC       # Hierarchical Fair Service Curve
> > options         ALTQ_LOCALQ     # Local queueing discipline
> > options         ALTQ_PRIQ       # Priority Queueing
> > options         ALTQ_RED        # Random Early Detection
> > options         ALTQ_RIO        # RED with IN/OUT
> > options         ALTQ_WFQ        # Weighted Fair Queueing
> 
> AFAIK, all ALTQ_* options are only relevant to the "old" ALTQ. The PF 
> ALTQ only needs "options ALTQ". Can anyone confirm?

Just got that confirmed by Peter Postma. You're correct, options ALTQ is enough.